On 11/9/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> I'm sure I've seen a discussion on this recently, but I can't find it
> now... I've got users that are coming to the site and it's seeing them
> as already logged in... as other users. One person even had the site
> think they were me and given admin privileges.

First question that pops into my head is to ask what sort of caching
you're doing; if, for example, you have a page template which says
"Hello, John" when John is logged in, and you're caching the rendered
template, then *every* user will see "Hello, John" until the cached
copy expires. That doesn't mean the system thinks they *are* John,
just that the HTML you've told it to cache and display contains the
string "Hello, John".

-- 
"May the forces of evil become confused on the way to your house."
  -- George Carlin

--~--~---------~--~----~------------~-------~--~----~
 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