Do I need to code this logic by myself or is there a build in mechanism or 
plugin that will allow me to have it like the shopping cart plugins 
available online that store the data in the session collection?

On Sunday, March 15, 2015 at 4:45:38 PM UTC+2, Avraham Serour wrote:
>
> save it on the database, when the user logs in from another computer he 
> will have another session associated with the same user
> the user have the shopping cart saved on the DB
>
> On Sun, Mar 15, 2015 at 10:06 AM, <mai...@gmail.com <javascript:>> wrote:
>
>> 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...@googlegroups.com <javascript:>.
>> To post to this group, send email to django...@googlegroups.com 
>> <javascript:>.
>> 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
>>  
>> <https://groups.google.com/d/msgid/django-users/51fc87f3-e29a-4249-bf3f-caa3369bcf5a%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
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/734cea70-f4e2-4f2d-ba63-e0a7462ed0f7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to