To register for an Internet.com membership to receive newsletters and white papers, use the Register button ABOVE.
To participate in the message forums BELOW, click here
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.
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.