Question : Problem: login control not setting cookie ("remember me")

Hi everyone,

I just deployed a website to my web host. The problem is that the "remember me" isn't working. I'll log in to the site, then open another tab in the browser, go to the site, and on that tab I"m logged out.

Here's the relevant web.config part:


     
               requiresQuestionAndAnswer="true" applicationName="/" requiresUniqueEmail="true" passwordFormat="Hashed" maxInvalidPasswordAttempts="5" minRequiredPasswordLength="6" minRequiredNonalphanumericCharacters="0" passwordAttemptWindow="10" passwordStrengthRegularExpression=""/>
     

   


   
              timeout="2880"
    />
   


What am I missing??

TIA

Answer : Problem: login control not setting cookie ("remember me")

It was possible, and as a matter of fact, my web.config setting WERE correct. The (stupid of me) problem was that I had a wrong "response.redirect" in the code-behind which kept on going back to the login page!!!

Sorry about the confusion.
Random Solutions  
 
programming4us programming4us