I found out that session stop working for me on this commit: http://github.com/webpy/webpy/commit/e2e9392991139360a49c1daea56d6e6bfac20d61
As it turns out, this modification enables the debug mode for default on my development environment, so it appears that sessions do not work in debug mode. Cheers, Telmo Menezes. On Tue, Nov 18, 2008 at 5:40 PM, Brent Pedersen <[EMAIL PROTECTED]> wrote: > > i have the same problem with most recent webpy from github. this is a new bug. > i think it's related to this change: > http://github.com/webpy/webpy/commit/29618d218cbbdc265a859f40a10f328abbc6355f > but i havent been able to fix. > -brent > > On Tue, Nov 18, 2008 at 8:31 AM, telmo_menezes <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> First I'd like to congratulate the web.py developers on their >> excellent work. I love simple, minimalistic solutions and web.py looks >> perfect. >> >> I'm working with the latest development version and I can't get >> sessions to work. The example in the cookbook: >> >> http://webpy.org/cookbook/sessions >> >> fails with an AttributeError exception. It seems that the session >> object is not storing the attribute. I imagine this is related to the >> fact that the development version is... under development, but can you >> help me? I would really like to use sessions. >> >> Cheers, >> Telmo Menezes. >> > >> > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
