Re: struts 2 session share

2013-03-10 Thread Chris Pratt
Your best bet is probably to store the cart in the database. Another advantage is that it allows the user to leave the site without losing their cart contents. (*Chris*) On Sun, Mar 10, 2013 at 9:01 AM, john lee wrote: > > > after user login our e-commerce site successfuly, he was granted an

struts 2 session share

2013-03-10 Thread john lee
after user login our e-commerce site successfuly, he was granted an session. his shopping cart is saved into an session object. sometimes, customer need help for his shopping cart, in order to do that, we need to access his cart/session object. how can we do session share in struts2 ? in othe