my understanding is, that you can access a direct action with out a session id. so basically if i work with session ids i would need to check if a session id is valid?

Am 10.03.2008 um 15:15 schrieb David LeBer:


Generating a session in the login DA is easy: Just call session();

To get its ID just call: session().sessionID();

If no session currently exists a new one will be generated.

Reusing the session is equally easy:

Append the sessionID to the url of the DA you are calling:

http://www.theapp.com/cgi-bin/WebObjects/wa/action?wosid=THESESSIONIDSTRING

The session will be restored automatically.

Alternately, if you embed the sessionID in some return

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
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