Re: SOLVED: Zombie sessions
Re: SOLVED: Zombie sessions
- Subject: Re: SOLVED: Zombie sessions
- From: Mike Schrag <email@hidden>
- Date: Wed, 22 Oct 2008 15:43:52 -0400
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();
You might want to be SLIGHTLY careful here if you plan on changing
headers and possibly userInfo in your cloned request, since it's
possible that you end up with two requests that share an instance of
those attributes from a clone. I'm not positive about this, but i
seem to recall that .clone()ing the request won't deep clone the
attributes of the request.
ms
_______________________________________________
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