| Author |
Session Tacking by php on server Side
|
Sanjay Panda
Greenhorn
Joined: Oct 23, 2012
Posts: 1
|
|
|
Actually I have a problem on session tracking when user is not clicking on the logout button, directly close the browser ......Or internet connection is closed ...How to know the user is connected with Our web server or not
|
 |
Nick Charles
Ranch Hand
Joined: Oct 09, 2011
Posts: 59
|
|
Try setting a session timeout. I google php session timeout and found various code example to do this, including:
http://www.daniweb.com/web-development/php/threads/124500/session-time-out-in-php#
|
 |
 |
|
|
subject: Session Tacking by php on server Side
|
|
|