asp.net - Timeout set in web config not working -


In web config I have set the session time even if my session is reset after 10-15 minutes

  & lt; SessionState mode = "InProc" cookieless = "UseCookies" timeout = "525600" /> & Lt; Authentication mode = "form" & gt; & Lt; Forms names = "external firms" loginUrl = "~ / login.aspx" defaultUrl = "Default.aspx" timeout = "525599" cookieless = "UseCookies" /> & Lt; / Authentication & gt;   

It is that I have set up in web.config. Now the value stored in the session is approved after 10-15 minutes but the user does not log out. Sorry, if I'm feeling stupid, but I am new to asp.net ... is it dependent on any other thing?
I I am using NAT version

Check your IIS ideal time setting. By default this is 20 minutes. You need to increase this value.

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -