Hi,
i got a basic question about Session configuration in JBoss (it there's any).

I might have some wrong concepts here, so if i say anything wrong please correct me.

I'm building a application that uses HttpSession for keeping some data.
I have, for example, a  itemsList for a purchase that is kept in HttpSession.
This fine as an example.

The problem starts here.
If i log in the system and ask for a itemsList, it's displayed for me perfectly.
If i open another browser window logged with another person, and ask for a itemsList, 
i get the first guy's list of items.
I don't think that was supposed to happen as i opened (from clicking on the icon and 
not from ctrl+N or ctrl+T) another brand new browser window and made another brand new 
request.

How can i deal with that? Or why is this happening???

I know i can workaround this by removing this attribute in each request and setting it 
back after getting the list from EJBs, but i'd like to know the reason of this 
behaviour. I always thoght that new requests generates new Sessions.


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3843206#3843206

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3843206


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to