• 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: Sessionless Direct Actions
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Sessionless Direct Actions


  • Subject: Re: Sessionless Direct Actions
  • From: email@hidden (Anjo Krank)
  • Date: Sat, 31 May 2003 17:46:32 +0200
  • Xx-reply-to: email@hidden

Am Samstag, 31.05.03 um 10:22 Uhr schrieb Jonathan Fleming:

Beware of these dynamic elements too, they require state to be stored on the server and so will create a session:

WODisplayGroup

Nope. This is simply a segmented data source where you can also add stuff. You normally use it in the context of a session but it does not create one. And it's not a dynamic element.


WOHyperlink when the action attribute is bound
WOCollapsibleComponentContent
WOTabPanel
and depending on how you bind them
WOBrowser; WOCheckBox; WORadioButton and so on
all of these and a few more can catch you out with the creation of a session if your not carefull. Test and check that request handler 'wa' in the WebObjects Http URL does not turn to 'wo'.

It is much easier to override Application.createSessionForRequest() and log an exception stack trace there to find the culprit...


Cheers, Anjo
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.

References: 
 >Re: Sessionless Direct Actions (From: "Jonathan Fleming" <email@hidden>)

  • Prev by Date: Re: Sessionless Direct Actions
  • Next by Date: Re: Sessionless Direct Actions
  • Previous by thread: Re: Sessionless Direct Actions
  • Next by thread: Re: Sessionless Direct Actions
  • Index(es):
    • Date
    • Thread