<system.web> <sessionState mode="InProc" cookieless="false" timeout="15"> </sessionState> </system.web>
void Session_Start(object sender, EventArgs e) { Session.Timeout = 15; }
select the properties of the website > Edit Configuration >State Management > Set session timeout value
Thanks and Regards V.SaratChand Show difficulties that how difficult you are
Login to post response