Search code examples
coldfusioncoldfusion-8

Can we renew session in Coldfusion?


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!!


Solution

  • Use AJAX to ping the server to keep the session alive

    Or just simply extend the session timeout timeSpand.