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 protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]