Actions
Bug #1006
closedServlets are not session safe
Start date:
03/06/2003
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
1006
Description
This is a serious bug that will cause all kinds of bizarre user experiences of
the nature of where they get results form other users sessions.
The fix requires not using member varibles in servlets where the variable needs
to be session safe. This can be achived using the session object and passing
variables explicitly around the system
Related issues
Updated by Gabriel Farrell over 21 years ago
- Bug 1007 has been marked as a duplicate of this bug. ***
Actions