|
From: Andrus A. <an...@ob...> - 2007-09-11 16:47:00
|
Wouldn't that be something in your app code that triggers session creation? Doesn't make much sense to disable it in Jetty, if your app thinks it needs a session. Andrus On Sep 11, 2007, at 7:44 PM, Peter Motyka wrote: > > I have no need for session management in my app and I'd like to > disable it > completely. Is there a way to do this? I've tried to set > usingCookies to > false, but then I get URL rewriting. I really don't want either! > > Thanks, > Peter |