Hi,

I write a POS application and several users share the same terminal.
They use a barcode scanner to point to their badge to login (works
already). I'd like to keep the session data for every user so that
when user A leaves the terminal and user B makes an invoice and user A
comes back to the terminal and logs in again that he gets the terminal
in the state he left it. I store already the last customer, product
and documents visited in the session but they get lost after user
switching whether I do an explicite logout() or not.

Any hint?

PS: (less than 1000 lines of code all together ... Django is soooo
good)

Marc
--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to