Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Session Variable?

Status
Not open for further replies.
May 9, 2000
446
GB
Hi, I have a site running within a department, everything is fine except one PC. The site requires that users login and everyone except this one PC can do this. On this PC the user browser opens the login screen, the login details are then entered and the submit button clicked. Then the page redirects the user to the actual site, but then they are kicked out which should only happen when there isn't a session variable available that matches the database details. anyway is there someway that the session variable is being deleted by the users PC or something??

Any ideas appreciated!
 
check if that machine is set to accept cookies...sessions send a session cookie to the machine. if it is not there then it is your problem....

otherwise sessions are held really by the server and cannot be deleted by the client.

hth
Bastien

There are many ways to skin this cat,
but it still tastes like chicken
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top