On Wed, Nov 19, 2008 at 12:50 AM, Telmo Menezes <[EMAIL PROTECTED]> wrote: > > I found out that session stop working for me on this commit: > > http://github.com/webpy/webpy/commit/e2e9392991139360a49c1daea56d6e6bfac20d61
There is some incompatibility between sessions and reloader. Here is a work-around to overcome that: http://webpy.org/cookbook/session_with_reloader or you can disable debug mode by: import web web.config.debug = False ... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
