Persistent Login Cookie

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
4/27/2012 3:05:08 PM
Gravatar
Total Posts 55

Persistent Login Cookie

I upgrade our site to  v4.0.30319  and the "Remember me" check box when logging in is no longer displayed.

I went into site settings, security, to check the "allow persistent authentication" option but that is greyed out and won't allow the option to be checked. I am using LDAP authentication. Does that not allow the persistent cookies with newer versions now?

I also check the web.config file and  the key is set as such: <add key="AllowPersistentLoginCookie" value="true"/>

Any help would be appreciated.

Thanks

Derek

4/27/2012 3:29:42 PM
Gravatar
Total Posts 18439

Re: Persistent Login Cookie

Hi Derek,

That appears to be a bug in the current version 2.3.8.5, it should allow persistent logins with ldap.

As a workaround you can check the box to enable fallback to database auth, save site settings then check the box to allow persistent cookies then uncheck the box for fallback to database auth and save again.

I will fix that for the next release.

Note also that the duration of persistent cookies has been shortened to 2 weeks by default though you can set it higher by the timeout setting on the <forms element in Web.config

Best,

Joe

You must sign in to post in the forums. This thread is closed to new posts.