NYCPHP Meetup

NYPHP.org

[nycphp-talk] Passing Objects Via Session in PHP 4

Daniel Convissor danielc at analysisandsolutions.com
Mon Sep 27 19:14:30 EDT 2004


On Mon, Sep 27, 2004 at 06:55:46PM -0400, Joseph Crawford wrote:
> i guess i am a bit confused as to why you cannot store a resouce id in
> a session?

Session information is stored as text in a serialized fashion.  
Resources are live items that have been negotiated between PHP and 
other programs on your computer.  You're kind of asking like, "Why can 
I store ME on a piece of paper in a file cabinet?"

--Dan

-- 
 T H E   A N A L Y S I S   A N D   S O L U T I O N S   C O M P A N Y
            data intensive web and database programming
                http://www.AnalysisAndSolutions.com/
 4015 7th Ave #4, Brooklyn NY 11232  v: 718-854-0335 f: 718-854-0409



More information about the talk mailing list