Hi,
I have a paid account with lycos and am having enormous trouble with sessions in PHP. I use IE5 & IE6 and get the problem with both.
They seem to work fine for a bit and then (presumably when the session times out), they stop working !
I could be wrong, but I get the impression that the session file is expiring before the cookie so that there still appears to be a session (session_id() still contains a value, but the variables have disappeared).
Any attempt to destroy the session or delete the cookie make no difference. Eventually the session will work ok again (I'm guessing that this is when the session cookie times out).
I'm in the process of writing my own session handling functions, but I'd much rather use the built in ones.
I'm trying to install and modify PHP classifieds, but this is causing a big problem.
Does anyone else have any experience of sessions and lycos ? I'm convinced it's either a PHP problem or something to do with lycos' set up as I've tried everything I can think of or find.
I also noticed that the time on my server is an hour in the future - not sure if this would have any affect. I also notice that the session lifetime is different to the cookie lifetime (session.cookie_lifetime
=3600, session.gc_maxlifetime=1200). I tried changing them to match in code, but still doesn't seem to work.
I have no access to the ini parameters for PHP as lycos set them up unfortunately.
Aaaaaaaaargh !
Any help greatly appreciated !
Nick.