I'd like to increase timeout on the user login cookie so that he "remember me next time." lasts for longer than the 30 minute default. I've modified my forms tag in the authentication section of Web.config as follows but it doesn't seem to make a difference. I've made this change successfully on other ASP.NET web sites but I'm having trouble getting it to work in DSC. Anybody have any ideas?
<forms name=".ASD" loginUrl="login.aspx" cookieless="AutoDetect" protection="All" timeout="525600" path="/" />
Thanks,
Linden
|