remember me function doesn't work

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
7/20/2010 4:43:52 PM
Gravatar
Total Posts 31

remember me function doesn't work

Hello mojo Developers,

The remember me option on the login page doesn't work by us.
when we check it the login goes correctly but when we visit the page later it doesn't log us in.
we just need to login like befor.

Does somebody know a way to fix this?

Best,

Laurence Mommers

7/21/2010 8:35:30 AM
Gravatar
Total Posts 18439

Re: remember me function doesn't work

Are you using any custom code? It works fine on this site and on demo.mojoportal.com

Are you sure you don't have some browser toolbar with privacy guard blocking persistent cookies or cleaning them up wen you close the browser?

If you think there is a bug please provide steps to produce the problem.

Best,

Joe

7/28/2010 9:11:02 AM
Gravatar
Total Posts 6

Re: remember me function doesn't work

We're seeing the same thing on our site. I can provide the site URL and a test login but do not want to publish this on the forum...

7/28/2010 11:41:02 AM
Gravatar
Total Posts 18439

Re: remember me function doesn't work

you can email me at joe dot audette at g mail dot com

I'll see if it remembers me. But if it does not, it is most likely some IIS configuration has changed on your installation, mojoPortal is trying to set an authentication cookie. The IIS authentication type should be set to have anonymous and windows authentication checked. And the mojoPortal Web.config should be configured for forms authentication which it is by default unless someone has modified the web.config

If it can't set a cookie due to browser settings or is not setting one due to IIS configuration that is what will cause this symptom, but the code in mojoPortal has not changed, it is trying to set a cookie when you use the login page.

Hope it helps,

Joe

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