Hello, I am storing an array of object IDs in the session, and storing the objects themselves in the database. When the user's session expires (ie - they close their browser) I want to test the saved objects for certain conditions, and delete the ones that don't meet these conditions. What I'm looking for is the place to make this call.
Browsing the API docs, I've found that there is a shutdown() method of the sfUser class, but it seems to be run at the end of every request, so that won't work. Can anyone point me in the right direction? Thanks very much, Gabriel Comeau -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" 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/symfony-users?hl=en
