"Remember Me?" on login with standard Umbraco Membership provider
Has anyone successfully implemented Login capabilities that use a "Remember Me" checkbox in Umbraco v4 and the standard Umbraco membership provider? I am using cookies and setting the timespan to zero but it always stays logged in. As I've reviewed the umbraco.cms.businesslogic.member.cs and it appears to use a 365 day cookie in all situations. I have manually reset this cookie to expire DateTime.now() but that doesn't seem to solve the problem either. It seems to have something to do with the AddMemberToCache().
I had Issues in the past on the site controlpartners.soetemansoftware.nl, but when I've entered the domain on the Authentication node in the web.config these issues where solved.
I had to set domain, but I also had to set the timeout. Apparently since .NET 2.0 the timeout for remember me defaults to 30 minutes, so I've set it to 4 weeks - remember me now works.
"Remember Me?" on login with standard Umbraco Membership provider
Has anyone successfully implemented Login capabilities that use a "Remember Me" checkbox in Umbraco v4 and the standard Umbraco membership provider? I am using cookies and setting the timespan to zero but it always stays logged in. As I've reviewed the umbraco.cms.businesslogic.member.cs and it appears to use a 365 day cookie in all situations. I have manually reset this cookie to expire DateTime.now() but that doesn't seem to solve the problem either. It seems to have something to do with the AddMemberToCache().
Help anyone?
Hi,
I had Issues in the past on the site controlpartners.soetemansoftware.nl, but when I've entered the domain on the Authentication node in the web.config these issues where solved.
Original post removed.
I had to set domain, but I also had to set the timeout. Apparently since .NET 2.0 the timeout for remember me defaults to 30 minutes, so I've set it to 4 weeks - remember me now works.
is working on a reply...