Re: saving django session data for anonymous user

2018-06-13 Thread Siddharth Srivastava
corded. > > When they login - I assume that they get an new Session Id - and remap the > data from their old session id to their new session Id. > > Would that work ? > > On 12/06/18 11:01, Siddharth Srivastava wrote: > >> Hi , >> >> i was writing small

saving django session data for anonymous user

2018-06-12 Thread Siddharth Srivastava
Hi , i was writing small ecommerce application in django framework. so i was trying to implement add to cart functionality like that if user is anonymous user then selected products should be mapped to it's session id which is act. cart id in models. so the scenario is that whenever anonymous