Click here to Skip to main content
15,881,725 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have set session timeout 43200 minute
as well as i have set execution timeout 43200 in web.config and set idle timeout for application
pool is 43200 on IIS 6 but the issue is after one hrs my application get log out..
Please suggest any solution...
Posted
Updated 20-Dec-13 21:06pm
v2

1 solution

I hope you can use client side storage for handle your session data (HTML 5).
Either localStorage or sessionStorage.

localStorage - stores data with no expiration date
sessionStorage - stores data for one session

For more info : HTML5 Web Storage
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900