Re: Keep session data between user switches

2009-07-03 Thread mettwoch
That makes sense. I remember now that I came across a section in the Docs that talks about extending the User model to store more information. When using the session it's easy to store things like queryresults ... . I'll have to figure out how to do that efficiently when using the User model. Any

Re: Keep session data between user switches

2009-07-02 Thread Rajesh D
On Jul 2, 12:18 pm, mettwoch wrote: > 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

Re: Keep session data between user switches

2009-07-02 Thread Xiong Chiamiov
On Jul 2, 9:18 am, mettwoch wrote: > 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

Keep session data between user switches

2009-07-02 Thread mettwoch
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 t