Yes: if you reboot your webserver, you don't want to lose all data about your users that is sotred in the sessions etc: it makes it as seamless as possible for them. Quite a lotof code has actually gone into that functionality, so you can use both files and a database for the storage.
On Nov 23, 5:00 am, Tzury Bar Yochay <[EMAIL PROTECTED]> wrote: > > > this very sample taken fromhttp://webpy.org/cookbook/sessionsraises > > > an error when using git cloned of web.py from last week. > > > seehttp://webpy.org/cookbook/session_with_reloader > > Thanks, > I noticed that I need to delete the 'session' folder every time I > restart the application (debug mode). Otherwise, old data is loaded. > > Is this by design? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
