Re: SOLVED: Zombie sessions
Re: SOLVED: Zombie sessions
- Subject: Re: SOLVED: Zombie sessions
- From: Lachlan Deck <email@hidden>
- Date: Thu, 23 Oct 2008 06:41:30 +1100
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@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden