Re: Java Monitor Sessions Question
Re: Java Monitor Sessions Question
- Subject: Re: Java Monitor Sessions Question
- From: Chuck Hill <email@hidden>
- Date: Wed, 28 Apr 2004 19:10:41 -0700
It is probably bad HTML in your components. Do this:
1. Override dispatchRequest() in Application and log out request.uri()
2. In the Session constructor log out sessionID()
It will probably quickly become very obvious where the sessions are
coming from. If that does not work add this to the Session
constructor:
NSLog.out.appendln(new RuntimeException("Session Created");
Chuck
On Apr 28, 2004, at 6:51 PM, Ray Ackland wrote:
I would have thought this is the correct method. Aren't you getting
the current session with this, rather than creating new sessions?
r.
On 29/04/2004, at 13:41, James Cicenia wrote:
I have the current portfolio, project and user in session and access
them via ((Session)session()).user();
What is the proper approach here?
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.