https://issues.apache.org/bugzilla/show_bug.cgi?id=49780
Summary: Sessions getting mixed up Product: Tomcat 6 Version: 6.0.26 Platform: Other OS/Version: Linux Status: NEW Severity: critical Priority: P2 Component: Catalina AssignedTo: dev@tomcat.apache.org ReportedBy: yawar.sa...@mcb.com.pk I have developed a web application using jsp and servlets with oracle database. The application is working great on windows. but the problem arises when we deploy it on Linux, we get session issues in the application. The session variables get mixed up and we can see previously logged user's profile page. The menu options sometime show of previously logged users, sometimes currently logged user's. For example, session.getAttribute("role_id") sometime retrieves 0 and sometimes 1. depending on previous values. please help! -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org