[PHP] Classes/Objects and Sessions
I'm trying to find out how to send an object into a session, but I'm not having any luck. I've looked on the PHP manual, but their message was to make sure the session.auto_start variable was set to 1, which I did, but I don't know what else to do.
Just a bit of a background of what I have. I have a login form. When you successfully login, it fills out the class. I need this class to get the other parts of the page, but if I need to, I can have it redo each request from the db...
meh, maybe I'll do that, but I'll leave this question up. Thanks.
|