Re: How to Retrieve Session User?
Re: How to Retrieve Session User?
- Subject: Re: How to Retrieve Session User?
- From: Guido Neitzer <email@hidden>
- Date: Thu, 5 Apr 2007 10:25:02 -0600
On 05.04.2007, at 10:16, Fred Shurtleff wrote:
I checked the session (using Session session = (Session) session
();) immediately B4 setting the session user and again when I
retrieved the session user, and they were, in fact, DIFFERENT. So
this explains WHY the null user(and why the KVC calls seemingly did
not work), but opens up another issue - how are multiple sessions
spawned? I do understand the process of session ID creation and how
requests are matched with active, cached session ID's, but what I
don't understand is how my app has created >1 sessions when I am
the only user running direct under the localhost??
- Use of direct actions without properly restoring an existing session.
- Storing IDs in Cookies and the browser does not accept the cookie?
- Not sure with this one: overriding some of the methods involved in
the RR loop without calling super?
cug
_______________________________________________
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