user specific session timeout in asp.net instead of application specific timeout ?
Thanks in advance.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Imtiyaz AnsariPosted Feb 25, 2016, 8:28 AM
Imtiyaz AnsariPosted Feb 25, 2016, 8:28 AM
Jithil JohnPosted Feb 25, 2016, 3:11 AM
Imtiyaz AnsariPosted Feb 25, 2016, 2:41 AM
Jithil JohnPosted Feb 25, 2016, 2:17 AM
Jithil JohnPosted Feb 25, 2016, 2:14 AM
Imtiyaz AnsariPosted Feb 25, 2016, 1:52 AM
Jithil JohnPosted Feb 25, 2016, 1:27 AM
Imtiyaz AnsariPosted Feb 25, 2016, 1:21 AM
Jithil JohnPosted Feb 25, 2016, 12:46 AM
Imtiyaz AnsariPosted Feb 25, 2016, 12:19 AM
{
System.Web.HttpContext.Current.Session.Timeout = 1;Response.Write("Logged on as " + User.Identity.Name + "
Response.Write("Timeout is now " + HttpContext.Current.Session.Timeout + "");
");
}
//can you follow this link :-Rajeesh MenothPosted Feb 25, 2016, 12:18 AM
Chandu KumawatPosted Feb 25, 2016, 12:13 AM
Jithil JohnPosted Feb 25, 2016, 12:03 AM
Amit Kumar SinghPosted Feb 24, 2016, 11:33 PM
Raja TPosted Feb 24, 2016, 11:30 PM
Web.config : Open up your web.config file and under the system.web section add the following :
Replace 20 with whatever number you wish.