Home All Groups Group Topic Archive Search About

Forms authentication timeout

Author
15 Mar 2006 8:01 PM
kempshall
I have the forms authentication timeout in my application set to five
mintues...

in web.config
<authentication mode="Forms">
            <forms name="Login" loginUrl="Interactive/bounceToLogin.html"
timeout="5"/>
</authentication>

....but there's one page in my application that sometimes takes the
user's more than five minutes. Is there any way that I can change the
authentication timeout for that one page only (or turn off the forms
authentication all together for this one page)?

Thanks in advance.

--Jay

AddThis Social Bookmark Button