I use setStoresIDsInCookies(true) and the cookie containing the session is now stored in the original root path of my application but the URL is rewritten so it seems that the browser is not able to retrieve the cookie because it is not in the correct root directory. Does anyone know how to force the cookie to use the rewritten URL or (even if it is less secure) simple the "/" path for the cookie?
on your session:

  @Override
  public String domainForIDCookies() {
    return "/";
  }

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]

Reply via email to