I'm guessing conversations are just different "partitions" in the
session. At least that's how I've seen it implemented before. And I
don't see how that would "support" having multiple _users_ in the same
session. Sure, you could probably emulate it in some way, but I have
serious doubts if it would work with any standard login scheme.

Nils-H

On Sun, Jan 18, 2009 at 6:26 PM, Wes Wannemacher <w...@wantii.com> wrote:
> 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
>
>

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

Reply via email to