|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Forms authentication timeoutI 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 |
|||||||||||||||||||||||