Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
juicyapple
Posting Yak Master
176 Posts |
Posted - 2008-02-21 : 03:26:38
|
Hi, I am trying to set the timeout session expired to 30 minutes and redirect the page to home_login.aspx. This is the setting in web.config. With the setting, I can't even logon to the system. What is going wrong??<authentication mode="Forms"><forms loginUrl="admin/home_login.aspx" protection="All" name=".ASPXAUTH" timeout = "30" path="/" requireSSL="false" slidingExpiration="true" defaultUrl="admin/home_login.aspx" cookieless="UseDeviceProfile" enableCrossAppRedirects="false"> </forms></authentication><authorization> <deny users="?"/> </authorization> |
|
|
|
|