in reply to Re^2: End of a user's session
in thread End of a user's session
It is very difficult (impossible?) to do that in a reliable way. If the temporary files (or database entries, or whatever you use for session tracking) start to bother you, you should set a session timeout. If you do not hear from the user for, say, two hours, delete the file. Can be done with a cron job.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: End of a user's session
by Joost (Canon) on Dec 20, 2004 at 20:34 UTC |