Session Timeout Limit in ASP.NET? -


i'm amending session time out in web.config asp.net application written in c# , have timeout set 120 minutes shown below:

<sessionstate mode="inproc" cookiename="application_sessionid" timeout="120"/> 

is there limit value? if example wished set 24 hours (1440 minutes) applied?

it's asp.net version 4.0 mvc 2.0

i not sure if makes sense set session timeout 24 hours, yes applicable set maximum of 365 days think.


Comments

Popular posts from this blog

javascript - JS causing window size to be bigger than necessary - Dropdown bug -

php - Calling a template part from a post -

How to mention the localhost in android -