Posted by Harris Kosmidis on 09/09/05 12:16
Hello, I use php4.4.1 and when a user log in I use a class which stores
some info for the user. I serialize the class in a session variable.
I later on read the session var and unserializd to check for certain
user info.
When I moved the files to my host server which uses php4.3 I noticed a
strange behaviour. The first time I unserialize the session var is ok.
But then this session var gets empty.
To overcome this I have to serialize the class again before leaving the
page. But that does not always work.
Has anybody else seen this behaviour?
thanks
[Back to original message]
|