On Sunday 18 January 2009 12:11:33 Dave Newton wrote:
>
> Check out the Seam conversation stuff.
>
> It allows the same user (or, I suppose, two different users, but that's
> not its primary purpose) to have multiple "session" states.
>
> I could, say, have two tabs open, but each has a "conversation" scope.
> So where most frameworks would drop stuff into session and the tabs
> would overwrite each others data, Seam doesn't. (It may still use
> session tied to a tab-specific key; I don't know the mechanism yet.)
>

I'll check it out Dave because it is a frequent request for us to add a 
conversation scope. I was referring more specifically to the HttpSession 
object. I'd imagine that SEAM is doing some non-servlet-spec trickery to add 
extra scopes. 

I wrote the message you replied to because I'm not sure if the OP understands 
the way app servers handle sessions. I read one of his questions to mean that 
he is worried that if he logs one user out, other users may be logged out as 
well. I could be misreading his questions, but I figured if he digs too big of 
a hole, well, that's what we have you for :)

-Wes

-- 

Wes Wannemacher
Author - Struts 2 In Practice 
Includes coverage of Struts 2.1, Spring, JPA, JQuery, Sitemesh and more
http://www.manning.com/wannemacher


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to