Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 306599

Summary: Improve session restart
Product: [RT] RAP Reporter: RĂ¼diger Herrmann <ruediger.herrmann>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3 CC: gianluca.busan, stefan.roeck
Version: unspecified   
Target Milestone: 1.3 M7   
Hardware: All   
OS: All   
Whiteboard:

Description RĂ¼diger Herrmann CLA 2010-03-20 05:42:30 EDT
Currently, the entire session is cleared (all attributes are removed) when a session is restarted.
To ease integration with other servlets, only the *SessionStore* should be cleared. All attributes relevant for RAP are stored here.
With this change, application programmers could chose to store attributes in the *HttpSession* which would survive a session restart.
Comment 1 Ralf Sternberg CLA 2010-03-23 07:45:18 EDT
The HttpSession is not cleared anymore at a session restart, only the SessionStore.
The RequestParameterBuffer uses the SessionStore now to store the parameter map.
Changes are in CVS HEAD.