Mailing Lists: Apple Mailing Lists
Image of Mac OS face in stamp
Superfluous Session Creation
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Superfluous Session Creation



Hello everyone,

I am fairly new to the WebObjects world, so I was hoping to get some help.  I am running into a problem with extra sessions getting created from a directAction .  The part I don't understand is that a session already exists somewhere, but context().hasSession is false and existingSession() is null.  I have the following logging statement:

logger.info(Application.application().activeSessionsCount() + " " + context().hasSession() + " " + existingSession());

This produces "1 false null" the first time the directAction is called.  Each subsequent call to the directAction adds another session, while the other two values remain false and null.  I know that the new session is created when pageWithName is called from the directAction, but I don't know why the session is being created and why I can't access it after it is created.  Thanks in advance for any help.

Regards,

Joe Kramer

P.S.  I am using Eclipse 3.4 and WebObjects 5.4.
 _______________________________________________
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



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2011 Apple Inc. All rights reserved.