I just upgraded to this from 1.01 or something, and now my sites give this SessionNotEnabledError when a controller attempts to get a value from cherrypy.session.
The changelog only makes 2 mentions of sessions. The first is to say that "session setting is moved to config/app.cfg", whatever the hell that means. I tried moving my 'sessionFilter.on = True' stuff to app.cfg from dev.cfg, and changed sessionFilter.storagePath to "% (top_level_dir)s/sessions", but it made no difference. The other mention is that 'the cookies should have the same timeout as the session does', which I doubt is the issue here. Any ideas how this broke? -- Ben Sizer --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

