• 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: Wosid suppression broken in 5.4?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Wosid suppression broken in 5.4?


  • Subject: RE: Wosid suppression broken in 5.4?
  • From: "James C. Lee" <email@hidden>
  • Date: Wed, 19 Dec 2007 16:22:33 -0800
  • Importance: Normal

Maybe I'm missing something here. But calling setStoresIDsInURLs(false) from
one's session constructor takes care of this issue:

public Session() {
	super();
	setStoresIDsInURLs(false);
}

We were caught by surprise with this new "feature". But the above one-liner
took care of it. We actually did this in our BaseSession class, which all
apps subclass from. While we're on the subject of session IDs, also do this
in the constructor:

setStoresIDsInCookies(true);

^James

 _______________________________________________
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: Wosid suppression broken in 5.4?
      • From: Anjo Krank <email@hidden>
References: 
 >Re: Wosid suppression broken in 5.4? (From: Anjo Krank <email@hidden>)

  • Prev by Date: Re: Wosid suppression broken in 5.4?
  • Next by Date: 10.5 WO Migration, Add Host - Invalid Password - Access Denied
  • Previous by thread: Re: Wosid suppression broken in 5.4?
  • Next by thread: Re: Wosid suppression broken in 5.4?
  • Index(es):
    • Date
    • Thread