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
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.