[OFBiz] Dev - Tell an application not to use a cookie.
Mark Gordon
fred at markgordon.org
Sun Jul 17 14:40:42 EDT 2005
Is there a parameter that can be set to tell the Catalina Container not
to use cookies for a web app.
I hacked this by adding:
context.setCookies(false); to the createContext method of
CatalinaContainer. Of course this does not discriminate and sets it for
all web apps.
It didn't seem like the context had access to the context-params as I
tried to just set a context param to control this behavior. Also not
the cleanest solution and I could not find the context params in the
method anyway!
So... just wondering if there was a parameter that i was missing.
Thanks.
-Mark
More information about the Dev
mailing list