HttpSession facade

2006-08-29 Thread Madhav Bhargava
I was going thru the struts source code and was in particular reading the way they have implemented the synchronizer token pattern for preventing multiple submits on transacional pages. I saw that they have synchronized on session ID attribute. Is it possible that multiple session share the same

Re: HttpSession facade

2006-08-29 Thread Scott Van Wart
Madhav Bhargava wrote: I was going thru the struts source code and was in particular reading the way they have implemented the synchronizer token pattern for preventing multiple submits on transacional pages. I saw that they have synchronized on session ID attribute. Is it possible that