I want to keep the session alive until the user sign out in asp website.
I used the following code in webconfig:
<sessionState mode="InProc" cookieless="false" timeout="20" />
if the user is in idle state for 20 min the session ll be timeout.
but I want to extends the session timeout before the session going to end.
I need to keep the session is alive.