After you log in via the remember me option, check the session cookie in the browser -- does it now have an "expires" attribute now?
Anthony On Friday, May 5, 2017 at 5:32:30 AM UTC-4, [email protected] wrote: > > Please help me > > Le mercredi 3 mai 2017 17:14:10 UTC+2, Paolo Valleri a écrit : >> >> which web2py version are you using? >> would you post the html of the 'remember me' input tag >> >> Paolo >> >> On Wednesday, May 3, 2017 at 10:31:23 AM UTC+2, [email protected] wrote: >>> >>> Hello Anthony, >>> >>> Yeah but even if i took it off, it doesnt work at all ... or even when i >>> wrote 3600*24*30 ... >>> >>> >>> >>> >>> Le mardi 2 mai 2017 18:37:28 UTC+2, Anthony a écrit : >>>> >>>> On Tuesday, May 2, 2017 at 12:29:19 PM UTC-4, [email protected] wrote: >>>>> >>>>> Hello, >>>>> This is actually my first question ever in a forum, and i hope it will >>>>> be helpull. I am working in a company and the framework which i am using >>>>> is >>>>> web2py. >>>>> The "Remember me" is absolutly not working. i put that in my db.py : >>>>> >>>>> auth.settings.long_expiration = 3600 >>>>> >>>> >>>> You have the long_expiration set to the same default time as the >>>> standard expiration (one hour), so you won't notice any different behavior. >>>> >>>> Anthony >>>> >>> -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

