Wes Wannemacher wrote:
Two users are not going to share the same session. Each user will get a new session. That's how app servers work.

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.)

Dave


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

Reply via email to