I implemented login and decorated my controller with
@auth.requires_login() a long time ago and it's been working great.
But I was mucking around in some of the controller's code, and all of
a sudden, I'm not able to stay logged in any longer. I can login. I
can access the controller one time. But then subsequent reloads of the
controller send me right back to login again. I recently added the
jQuery cookies module, but firebug isn't showing me any error messages
at login time. Anybody have any ideas about what's going on or how to
debug this? Thanks!