I am storing 5-6 variable values in my session. Any suggestions on how can I renew my session struct when its about to expire? I am using Coldfusion 8. Thanks!!
Use AJAX to ping the server to keep the session alive
Or just simply extend the session timeout timeSpand.