• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: _rewriteURL is not called in Tomcat Deployment
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: _rewriteURL is not called in Tomcat Deployment


  • Subject: Re: _rewriteURL is not called in Tomcat Deployment
  • From: Mike Schrag <email@hidden>
  • Date: Wed, 15 Oct 2008 09:09:10 -0400

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@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: _rewriteURL is not called in Tomcat Deployment
      • From: Helmut Schottmüller <email@hidden>
References: 
 >_rewriteURL is not called in Tomcat Deployment (From: Helmut Schottmüller <email@hidden>)
 >Re: _rewriteURL is not called in Tomcat Deployment (From: Lachlan Deck <email@hidden>)
 >Re: _rewriteURL is not called in Tomcat Deployment (From: Helmut Schottmüller <email@hidden>)

  • Prev by Date: Re: _rewriteURL is not called in Tomcat Deployment
  • Next by Date: Re: AjaxSlider
  • Previous by thread: Re: _rewriteURL is not called in Tomcat Deployment
  • Next by thread: Re: _rewriteURL is not called in Tomcat Deployment
  • Index(es):
    • Date
    • Thread