Yakisoba
06-06-2006, 08:40 AM
... for X amount of time.
Seaching the forum I came accross this thread:
http://www.codingforums.com/showthread.php?t=85400&highlight=session+idle
Although it was helpful, my situation/problem is a little different.
I would like the session to be destroyed if the user has not interacted with the page after "X" amount of time...
The user will spend the majority of thier time on one particular page...they will rarley need to navigate to different webpages...
so, if the user is on "somePage.html" that has text boxes, text areas, etc. and does not click or type on the page for more that 5 min the session should be destroyed.
Is this possible?
Any suggestions on how to accomplish this?
Thanks,
Yakisoba
Seaching the forum I came accross this thread:
http://www.codingforums.com/showthread.php?t=85400&highlight=session+idle
Although it was helpful, my situation/problem is a little different.
I would like the session to be destroyed if the user has not interacted with the page after "X" amount of time...
The user will spend the majority of thier time on one particular page...they will rarley need to navigate to different webpages...
so, if the user is on "somePage.html" that has text boxes, text areas, etc. and does not click or type on the page for more that 5 min the session should be destroyed.
Is this possible?
Any suggestions on how to accomplish this?
Thanks,
Yakisoba