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.

If I were you, I would use single session. For creating / editing invoices, I 
would use a new editing context and for search I would prefer to use a 
different editing context (or perhaps session's default editing context if the 
search domain remains the same). For search page, I would open a new browser 
window so the working space for both operations remain independent.

BTW, A very nice application can be done using Ajax frameworks and instead of 
opening a new browser window, I could have used AjaxModalDialog for search 
operations.

Farrukh

> 
> 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

Reply via email to