Server: If you have a session going and it is idle up to the timeout it will end. As soon as another request happens after the timeout, a new session begins. If a request occurs before the timeout, the countdown begins all over again.
Client/browser side: Seems like you need to write something that checks the time between click events and then check when the last request to the server happened by storing that in your browser every time it occurs. Otherwise, you have no way of checking without refreshing the timeout back to zero on the server. Or there is but it requires some knowledge of the server and application interactions. Either way, it is going to require both browser and server time tracking functions. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:325461 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

