On Mon, Mar 29, 2010 at 3:07 AM, derek <gamesb...@gmail.com> wrote: > Is there a possibility to store longer term data in the session > variable (assuming one is dealing with logged-in users)?
you should write that data to the user's profile; or to any DB record with a ForeingKey to the User model -- Javier -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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.