[OFBiz] Dev - Tell an application not to use a cookie.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[OFBiz] Dev - Tell an application not to use a cookie.

Mark Gordon-2

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


 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev