Title: Re: Hiding session id in the URL
At 12:49 PM -0800 3/7/06, Sacha Michel Mallais wrote:
You can tell WO to use cookies to store the session IDs.  Check out WOSession.setStoresIDsInCookies().

... and don't forget to also turn OFF the URL sessionID:

         setStoresIDsInURLs(false);
         setStoresIDsInCookies(true);
 _______________________________________________
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]

Reply via email to