This issue can be remedied by modifying the web.config Authentication node. The default setting that you want to change is:
Note: Since this is in the web.config this is not truly a DotNetNuke issue, it is an ASP.Net issue.
The default timeout is 60 minutes. You can change the timeout value to be whatever you need it to be. This will allow you to make sure that people can stay logged into your DotNetNuke website for as long as you want them to be.
The following would be the setting if you wanted your users to stay logged in for 2 weeks, similar to the way Yahoo! mail keeps you logged in.
I hope this little tid bit can help you endure that your website keeps users happy.
2 comments:
actually the issue is an asp.net 2.0 problem, not a dotnetnuke one. We added some code back in 4.8.1 that allows you to specify different timeouts for temporary and persistent cookies - see http://www.dotnetnuke.com/Community/Blogs/tabid/825/EntryID/1784/Default.aspx for more details
This is true... It is a asp.net 2.0 issue. However, when I was looking for the solution to my issue I was trying to find it as a DotNetNuke problem.
I decided to address it as a DotNetNuke issue to help others using DotNetNuke. Perhaps I'll edit my post and mention that it is truly an asp.net issue.
Post a Comment