Shifting Session variable

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
sezz
Forum Newbie
Posts: 1
Joined: Thu Mar 26, 2009 1:50 am

Shifting Session variable

Post 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?
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: Shifting Session variable

Post by requinix »

There's a bug in your code.

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