Javascript namespace collision? Just a thought ...
On Jul 19, 5:31 pm, mdipierro <mdipie...@cs.depaul.edu> wrote: > I do not understand this either. They are different cookies. > > On Jul 19, 3:14 pm, weheh <richard_gor...@verizon.net> 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 seem right > > to me ... why aren't they segregated? Anyway, that's what's going on. > > > Try setting up a tabs interface with jQuery.ui and then initialize the > > tab with: > > > jQuery("#mytabs").tabs({ cookie: { expires:1} }) > > > You will see that the login immediately expires with the tabs cookie.