On 6/27/07, Val <[EMAIL PROTECTED]> wrote:
>
> Specifically, the boolean values describe certain types of data the
> user wishes to mask when looking through the database.  The values are
> specific to each user, so there is no reason to DB them.  I am storing
> them in the session variable.

The session variable (I assume you mean request.session) is backed by
the database, fetched upon the first access and stored back at the end
of each request.

> The problem is that the variables are
> not updated instantly, and I was wondering why this could be.

Are you serving multiple requests by the same user at the same time?

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to