Re: [web2py] Re: login after period of inactivity

2020-05-06 Thread Jim S
You said you notice this message after a period of inactivity, but you also say this message comes up after clicking login. What is telling you that this is happening after a period of inactivity? I was hoping to see what you have for default/user/load (which you referenced above) - load is no

[web2py] Re: web2py - date picker issue

2020-05-06 Thread Anuj Mahawar
Yes, its part of the SQLFORM. I have attached my file from the controller. Could you please let me know where do I need to make the changes (i.e. keepvalues = True) Regards, Anuj On Tuesday, May 5, 2020 at 6:38:29 PM UTC+5:30, Scott Hunter wrote: > > If this is part of a form (which I have to g

[web2py] Re: web2py - date picker issue

2020-05-06 Thread Scott Hunter
Please identify what part of this rather long file is relevant to your question. You might also want to look at the documentation for SQLFORM with regard ti how to use keepvalues. On Wednesday, May 6, 2020 at 9:44:37 AM UTC-4, Anuj Mahawar wrote: > > Yes, its part of the SQLFORM. I have attache

Re: [web2py] Re: login after period of inactivity

2020-05-06 Thread Maurice Waka
After clicking the login, that's when the error comes in. No I haven't set the timer. I left the same time length in default. Kind regards On Wed, May 6, 2020 at 3:58 PM Jim S wrote: > You said you notice this message after a period of inactivity, but you > also say this message comes up after c

Re: [web2py] Re: login after period of inactivity

2020-05-06 Thread Jim Steil
Can you share the code for the user function in default.py? How do you know that the session timed out? Jim On Wed, May 6, 2020, 5:58 PM Maurice Waka wrote: > After clicking the login, that's when the error comes in. > No I haven't set the timer. I left the same time length in default. > Kind