[web2py] Re: Problem Pickling Session

2019-02-24 Thread Leonel Câmara
I used to have this error when I used Apache, my solution was simply to stop using apache, just use nginx and uwsgi and the problem just goes away. Alternatively you can clear your cookies or use a private browser window to access the app via https. -- Resources: - http://web2py.com - http:/

[web2py] Re: Problem Pickling Session

2019-02-23 Thread Tiago Alves
Hello! I am facing the same issue. Has anyone come up with a solution to this problem? Thanks sexta-feira, 16 de Março de 2018 às 04:20:32 UTC, Massimo Di Pierro escreveu: > > do you have session in cookie or db? Do you have a line in your code like > session.connect()? > > On Wednesday,

[web2py] Re: Problem Pickling Session

2018-03-15 Thread Massimo Di Pierro
do you have session in cookie or db? Do you have a line in your code like session.connect()? On Wednesday, 7 March 2018 16:11:29 UTC-6, Mark Erbaugh wrote: > > Web2Py is 2.16.1-stable+timestamp.2017.11.14.05.54.25 > > I tried deleting all the files in the application (both my application and

[web2py] Re: Problem Pickling Session

2018-03-07 Thread Mark Erbaugh
I'm not sure this is the right way to answer Massimo's question as there appears to be no way to reply to his reply. Web2Py is 2.16.1-stable+timestamp.2017.11.14.05.54.25 I tried deleting all the files in the application (both my application and admin) sessions folders, but still have the same

[web2py] Re: Problem Pickling Session

2018-03-06 Thread Massimo Di Pierro
Hello Mark, which web2py version? usually this error happens when you have a session created with a different version of web2py. Try clear everything in your apps sessions folder. Does it solve the problem? On Tuesday, 6 March 2018 17:40:28 UTC-6, Mark Erbaugh wrote: > > I installed Web2py and