See guys my problem is not my application. Its working fine if i am logging in by one user, but when I am logging in by multiple user through through different user from different instances of IE8 browser my later session datas are overriding the formar one, this is b'coz both the IE browser are using same session id. Its happening because of session sharing of IE8. There is only one session is maintained for one application by how many user i am logging in doesnt matter. In fact i want to mantain on session for each user.
Like when I am logging in gmail in one browser. If i am just typing gmail on another browser, Its logging in automatically. I dont want this in my application. I should get login by another user at a time i should perform independent operation.
My application is uses Struts, Spring, Hibernate & JBoss application server.
Now tell me how I should proceed ?