Click here to Skip to main content
16,012,352 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
how to show the same webpage (i.e where the session has expired ) when user log in again
Posted

1 solution

You would have to store the state of the site with every request, because you never know when the session will end due to inactivity and any data that is in the session is permanently lost at that point.
 
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