Subscribe to my RSS feed
|
|
Enabling the "remember me" checkbox in DotNetNuke
For some reason the "remember me" checkbox in DotNetNuke websites usually does not function correctly. In fact, it does not remember you at all!
The fix is to update your web.config file. Find the setting called PersistentCookieTimeout in the appSettings section, it's probably set to 0. Change this to whatever value you like (in minutes). I like 10080 to remember users for 1 week.
| Comments | Currently, there are no comments. Be the first to post one! You must be logged in to post a comment. You can login here |
|