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.

