A
Antonio
Hi, everyone,
I need the web application's session to expire after 20 minutes and I added
this in the web.config file but it is not working. I was able to go onto
the default.aspx page after a couple of days that I haven't logged on and I
was not prompted to. Any suggestions? Thanks
<authentication mode="Forms">
<forms name="logincookie" loginUrl="login.aspx" protection="All"
timeout="20"/>
</authentication>
I need the web application's session to expire after 20 minutes and I added
this in the web.config file but it is not working. I was able to go onto
the default.aspx page after a couple of days that I haven't logged on and I
was not prompted to. Any suggestions? Thanks
<authentication mode="Forms">
<forms name="logincookie" loginUrl="login.aspx" protection="All"
timeout="20"/>
</authentication>