On Friday, June 7, 2013 8:58:46 PM UTC+2, Matt wrote: > > Either way, it appears that Request, Response and Session are all just > sort of variable dumping grounds of thread local storage. None of these > classes seem to give me a way to callback (and delete my object) when the > session itself has been finished. >
You can delete the server side session file (file storage is the default). There are also handy scripts around that delete them trough cron tasks, admin includes one. You should be able to give the session cookie an expiration time, thus changing it into an ordinary cookie and effectively making the browser delete it by setting the expiration time the past. Hm, come to think of it, I haven't tried this yet. Regards, Ales -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

