Hello,

I'm using an old version of Django (1.5, I know its old and problematic but 
currently I'm unable to upgrade).

To my understanding sessions are identified by a key saved in a cookie on 
the client's computer and so the session persists only for the next login 
from the same computer and from he same browser and I would like to know if 
there is a known plugin or middlewear that allows me to persist a session 
between computers.

The bigger picture is that i'm interesting in saving a shopping cart like 
object that will presist for the user when he logs in from different 
computers and most of the plugins that manage shopping carts in Django I've 
seen manage those in the user session.

I'm looking for the simplest way of adding this functionality without 
changing too much code.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/51fc87f3-e29a-4249-bf3f-caa3369bcf5a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to