Re: [web2py] Re: session less connections

2015-09-28 Thread Itamar Cohen
I found this line close to the top of my default.py session.flash=response.flash Could be it ? Best Regards Itamar Cohen Picatek Ahornvej 27 DK-7700 Thisted Denmark www.picatek.dk i...@picatek.dk T: +45 97 91 07 82 M:+45 29 89 07 82 On 28 September 2015 at 01:29, Anthony wrote: > No, that code

Re: [web2py] Re: session less connections

2015-09-27 Thread Anthony
No, that code shouldn't set session.flash nor write to the session. On Sunday, September 27, 2015 at 5:51:50 PM UTC-4, icodk wrote: > > I got these two lines in my model > session.connect(request, response, separate=True) > user_timezone = session.plugin_timezone_tz or 'UTC' > Could this be a reas

Re: [web2py] Re: session less connections

2015-09-27 Thread Itamar Cohen
I got these two lines in my model session.connect(request, response, separate=True) user_timezone = session.plugin_timezone_tz or 'UTC' Could this be a reason ? Best Regards Itamar Cohen Picatek Ahornvej 27 DK-7700 Thisted Denmark www.picatek.dk i...@picatek.dk T: +45 97 91 07 82 M:+45 29 89 07 8

Re: [web2py] Re: session less connections

2015-09-27 Thread Anthony
Something is setting session.flash. Does any Auth code run during these requests, or is there any form processing with a redirect? Anthony On Sunday, September 27, 2015 at 2:51:49 PM UTC-4, icodk wrote: > > I just deleted the session.forget() and very quickly got a lot of > sessions with a

Re: [web2py] Re: session less connections

2015-09-27 Thread Itamar Cohen
I just deleted the session.forget() and very quickly got a lot of sessions with about 47 bytes I attached one but I can't make sens of what inside Best Regards Itamar Cohen Picatek Ahornvej 27 DK-7700 Thisted Denmark www.picatek.dk i...@picatek.dk T: +45 97 91 07 82 M:+45 29 89 07 82 On 27 Sept

Re: [web2py] Re: session less connections

2015-09-27 Thread Anthony
On Sunday, September 27, 2015 at 10:28:16 AM UTC-4, icodk wrote: > > No, nothing is write explicitly to the session (as far as I can see), I > only save the info to the database and return a string like "{}" > session.forget() looks like solve the problem. > Hmm, something must be writing to the

Re: [web2py] Re: session less connections

2015-09-27 Thread Itamar Cohen
No, nothing is write explicitly to the session (as far as I can see), I only save the info to the database and return a string like "{}" session.forget() looks like solve the problem. Thanks. Best Regards Itamar Cohen Picatek Ahornvej 27 DK-7700 Thisted Denmark www.picatek.dk i...@picatek.dk T: +