Who's calling Session constructor?
Who's calling Session constructor?
- Subject: Who's calling Session constructor?
- From: Jeff Schmitz <email@hidden>
- Date: Sat, 23 May 2009 20:09:38 -0500
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@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden