Session Problem

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
Ruski
Forum Commoner
Posts: 28
Joined: Thu May 26, 2005 3:45 am

Session Problem

Post by Ruski »

Dear Friends,

I have a problem where a user's session variable "user_id" changes to another "user_id" in the same office. This happens on a random occasion from what I can see. However the user which the id changes to isn't always in the office and logged in at the same time. For example it happened today and that user is actually on holiday at the moment.

Our office runs SBS 2003 but we don't use any proxies.

setup: office pcs(30+) > netgear switch > cyberoam hardware firewall > vigor router & modem > ISP > our site on a VDS

Any ideas what could be causing this?

thanks
User avatar
zeus1
Forum Newbie
Posts: 22
Joined: Tue May 18, 2010 10:45 pm
Location: /Under/The/AppleTree.png

Re: Session Problem

Post by zeus1 »

What kind of PHP application is it? It could be a problem with how and where PHP is storing the session id's or an error in the script itself.
Post Reply