Quantcast
Channel: ASP.NET Core
Viewing all articles
Browse latest Browse all 9386

alive session while working in asp.net c#

$
0
0

Hi ,

while working , session automattically closed . how to session alive till my work completed.

In web config.

<sessionState mode="InProc" cookieless="true" timeout="30"/>

while login i'm maintaining customer id

Session["c_userid"] = "1";

In Every page & every action

if (Session["c_userid"] == null)
{
Response.Redirect(GetRouteUrl("HomeExpirePage", null));
}

if i m not doing anything in page 30 minutes session closed thats fine. but i m working in page that time Session["c_userid"] is null ? how ?


Viewing all articles
Browse latest Browse all 9386

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>