Would it be possible to have the Session in your app contain an Array of active invoices (instead of just one active invoice at a time)? I certainly don't know all the details of your app, but it seems that if you think of the Session as handling state for the app user, then you should be able to have that contain different contexts for each invoice in progress.
You could have a menu item or set of links that shows all of the invoices in progress and a link like, ... oh, I don't know... "Be Distracted By Another Phone Call From Someone Who Will Not Learn To Do The Search Themselves" (but I'm not bitter or anything). When you click on that, the invoice you are working on gets it's state saved so that when you click on that invoice in the active invoices list, you can resume where you are. (You may even be able to save the component where you were editing the invoice so that you just reconstitute that when you need it) This is just an idea and there are certainly some complications around editing contexts that you'll have to sort out so that you are saving what you want to save and not everything in the Session. On 11/23/09 5:06 PM, Frank Stock wrote: > Hi all, > > I want to be able to create a new session, so once the user has logged in and > is working in one session, he should be able to open a new session, but > without logging in again. > I need this because if a user is for instance creating an invoice and the > phone is going, so he can create another session to search the data and then > later continue to work with the older session. > > Thanks in advance, > Frank Stock > Belgium _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) > Help/Unsubscribe/Update your Subscription: > http://lists.apple.com/mailman/options/webobjects-dev/lmg%40webfarm.com > > This email sent to l...@webfarm.com > _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com