Re: WO and Search Engines
John Pollard <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.devel |
|---|---|
| Message-ID | <[email protected]> |
Where a DA method needs to check whether a session is active, call existingSession() which gives you the answer without actually creating a session, which happens when you call session(). >Use session(). WO will pass the session object around if you need >it, including through direct actions. In fact, getting rid of a >session when you don't want it is the hard part :-). > >The concept to follow is that direct actions are not inherently >sessionless; they just don't require a session to function. > >Paul