What are some streamline ways to pass objects from one PHP page to another? Would creating a $_SESSION best fit this situation?
Thanks in advance, Smccullough
UPDATE: I'm messing around with the Facebook PHP SDK & trying to better my practical PHP knowledge. The object I want to pass would contain Facebook album IDs and the photo ID for the album cover. The size of this object could be as little as two album IDs and two photo IDs, or bigger than 1000 album and cover photo IDs. Completely depends on the user.