[web2py] Re: Why am I getting logged out automatically? [Closed but smells fishy]

2010-07-22 Thread mdipierro
What is the name of the app? That affects the name of the cookies. On Jul 22, 11:46 pm, weheh wrote: > Sorry, Massimo, but I don't understand your question.

[web2py] Re: Why am I getting logged out automatically? [Closed but smells fishy]

2010-07-22 Thread weheh
Sorry, Massimo, but I don't understand your question.

[web2py] Re: Why am I getting logged out automatically? [Closed but smells fishy]

2010-07-22 Thread mdipierro
How is the app called? On Jul 22, 6:30 pm, weheh wrote: > After further muddling about, I'm now wondering if this might be a > cookie corruption issue, if such a thing is possible. Subsequent to > this problem report, the UI tab cookie stopped working properly. I > ultimately gave up trying to fi

[web2py] Re: Why am I getting logged out automatically? [Closed but smells fishy]

2010-07-22 Thread weheh
After further muddling about, I'm now wondering if this might be a cookie corruption issue, if such a thing is possible. Subsequent to this problem report, the UI tab cookie stopped working properly. I ultimately gave up trying to find a problem in my code and wiped the cookie clean. Now, everythin

[web2py] Re: Why am I getting logged out automatically?

2010-07-20 Thread MikeEllis
Javascript namespace collision? Just a thought ... On Jul 19, 5:31 pm, mdipierro wrote: > I do not understand this either. They are different cookies. > > On Jul 19, 3:14 pm, weheh wrote: > > > > > Aha! Found it! I'm using jQuery tabs and wanted to test out the > > persistent tabs feature. That

[web2py] Re: Why am I getting logged out automatically?

2010-07-19 Thread mdipierro
I do not understand this either. They are different cookies. On Jul 19, 3:14 pm, weheh wrote: > Aha! Found it! I'm using jQuery tabs and wanted to test out the > persistent tabs feature. That uses cookies. The expiration on the tabs > cookie somehow is wiping the web2py cookie with it. Doesn't se

[web2py] Re: Why am I getting logged out automatically?

2010-07-19 Thread weheh
Aha! Found it! I'm using jQuery tabs and wanted to test out the persistent tabs feature. That uses cookies. The expiration on the tabs cookie somehow is wiping the web2py cookie with it. Doesn't seem right to me ... why aren't they segregated? Anyway, that's what's going on. Try setting up a tabs

[web2py] Re: Why am I getting logged out automatically?

2010-07-19 Thread weheh
Thanks for the quick response, Massimo. I checked the cookie id and it's getting blasted away. Somehow, the session_id_myapp is changing. Don't know why as I don't know what I've done to change it. I am setting other session variables, but never touched the session_id_myapp variable. I'm running

[web2py] Re: Why am I getting logged out automatically?

2010-07-19 Thread mdipierro
Can you please check you cookie id? Does it change when you get logged out? I am wondering if there is problem with saving cookie. Which os? On Jul 19, 12:11 pm, weheh wrote: > jquery.cookie.js is not the culprit. I ripped it out of my code and > still have the auto-logout thing going. And in cas

[web2py] Re: Why am I getting logged out automatically?

2010-07-19 Thread weheh
jquery.cookie.js is not the culprit. I ripped it out of my code and still have the auto-logout thing going. And in case anyone wonders, auth.settings.expiration=86400 # 1 day.