On 23/10/2008, at 6:38 AM, Lachlan Deck wrote:
On 23/10/2008, at 5:12 AM, George Domurot wrote:
I'm trying to understand this better... when calling
application().createContextForRequest(request)... Simon was getting
a new session?
We aren't calling this method, so I'm trying to understand other
ways such sessions could get created. Any other ideas?
This works for me...
context().request().clone();
I mean:
WORequest tempRequest = ( WORequest )request().clone();
WOContext tempContext =
Application.myApplication().createContextForRequest( tempRequest );
with regards,
--
Lachlan Deck
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]