Page 1 of 1

Shifting Session variable

Posted: Thu Mar 26, 2009 3:20 am
by sezz
hello,
I have this application with forms to other forms, there are about 5 forms in total. When i reach the 3 form one of the session variable changes value by its self. if say the $_SESSION['name'] is sezz at form 1, it turns to a random name is form 3 and upwards. this only happens when running online, offline it works fine. Can some please explain to me what could be happening here?

Re: Shifting Session variable

Posted: Thu Mar 26, 2009 3:31 am
by requinix
There's a bug in your code.

Which you haven't posted, so there isn't a whole lot we can do.