Click to See Complete Forum and Search --> : Session management


y0sh
08-20-2004, 09:18 AM
Hi!
Can anyone give me some info or useful link about session handling in php5.
What interests me most is how i can handle(save) my class objects in sessions.

Thx, y0sh

goldbug
08-20-2004, 10:34 AM
While I've not explicitly tried it, I'd assume using serialize() and unserialize() would work in the same manner as it's used in PHP4 to pass objects via session variables.