On Oct 28, 2008, at 07:37 PM, Ricardo J. Parada wrote:
Anyways, does any body have any advise as to why this is happening? If the original session expired, would then session() return a new session?
Yes, I believe the session() method will create a new session if it cannot find the referenced session from the URL or if the referenced session has timed out (I'm assuming you're calling this from within your direct action class). You can use the existingSession() method, which returns null if an existing session cannot be found.
Fez _______________________________________________ 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]