Re: [web2py] Re: Losing sessions

2010-11-18 Thread Bruno Rocha
replace('tomorrow','yesterday') 2010/11/18 Bruno Rocha > That is running here locally too. ( > http://192.168.0.7/examples/session_examples/counter) > > I think the problem is in SurveyCloud app or in some change that I've made > on that. > that was working tomorrow, I made no changes and now it

Re: [web2py] Re: Losing sessions

2010-11-18 Thread Bruno Rocha
That is running here locally too. ( http://192.168.0.7/examples/session_examples/counter) I think the problem is in SurveyCloud app or in some change that I've made on that. that was working tomorrow, I made no changes and now it is killing sessions. I will change the answer.sa record by the requ

[web2py] Re: Losing sessions

2010-11-18 Thread mdipierro
This http://web2py.com/examples/session_examples/counter runs on 1.89.3 and apache+mod_wsgi On Nov 18, 6:57 am, Bruno Rocha wrote: > Is there someone else having problems to keep sessions in 1.89.3 + apache > mod_wsgi ?? > > My app is creating a new session on every new request. > > (I am runnn