Hi all,

I got a critical problem.
My Application Environment - Struts 2 Application, Spring injection for dao, 
Hiberanate3

Scenerio
--------
1) When user A logged in and add a new user x (which sets the selectedUser
(gettersettervariable) to Null).
2) At the same time, user B logged in and edit a existing user (which sets
the selectedUser to some value).

3) Now, the user A save the entries, this row is updated to the table for
the existing user( which was selected by userB)

I cant find where i went wrong.
I can guess that there is a problem with session management.
I cant find whether the problem with the HibernateSession or HttpSession.

Can u please give me solutions.

Waiting for the helpful solution with hope.
With Regards,
Ashok
-- 
View this message in context: 
http://www.nabble.com/Session-problem-unidentified-tp19906321p19906321.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to