I'd like to store per-session files so need a way to reliably create a
per-session temp directory.  Is it reasonable to use the
session.session_key to generate a unique name?

Also, is there a way to have Django automatically run some code to
cleanup my session once it has expired?  Or do I have to resort to
cron?  (I'm using the file-based session backend.)

Thanks,

  John
--~--~---------~--~----~------------~-------~--~----~
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-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to