Hello,
I've tried to remove all references to Session on my main page, but I'm still getting one created every time it loads. Using the debugger I got the stack trace when the Session constructor is called (pasted below), but I'm still not sure what the real culprit is that is causing this to occur. Any ideas? As a note, I'm using ERXApplication which is why I'm cross posting.

Session.<init>() line: 82 
NativeConstructorAccessorImpl.newInstance0(Constructor, Object[]) line: not available [native method]
NativeConstructorAccessorImpl.newInstance(Object[]) line: 39    
DelegatingConstructorAccessorImpl.newInstance(Object[]) line: 27        
Constructor<T>.newInstance(Object...) line: 494   
Class<T>.newInstance0() line: 350 
Class<T>.newInstance() line: 303  
_NSUtilities.instantiateObject(Class, Class[], Object[], boolean, boolean) line: 616 Application(WOApplication).createSessionForRequest(WORequest) line: 1974 Application(ERXApplication).createSessionForRequest(WORequest) line: 2022 Application(WOApplication)._initializeSessionInContext(WOContext) line: 2110
ERXWOContext54(WOContext).session() line: 369   

Thanks,
Jeff
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
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