Re: Performing a db operation at session end

2009-09-28 Thread Christophe Pettus
On Sep 28, 2009, at 12:53 AM, gontran wrote: > I would like to know if it's possible to automatically perform a db > operation at the end of a session. The traditional way of doing things like that is to run a job using cron, which detects expired sessions and does whatever releasing is requ

Re: Performing a db operation at session end

2009-09-28 Thread gontran
Thank you for your answer. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django

Re: Performing a db operation at session end

2009-09-28 Thread Jani Tiainen
gontran kirjoitti: > Hello, > > I would like to know if it's possible to automatically perform a db > operation at the end of a session. > > For example: a client book an item in a store but don't ckeck out his > cart and close his browser. The item booked (which was unavailable > during the ses

Performing a db operation at session end

2009-09-28 Thread gontran
Hello, I would like to know if it's possible to automatically perform a db operation at the end of a session. For example: a client book an item in a store but don't ckeck out his cart and close his browser. The item booked (which was unavailable during the session) is now available for other cl