Hi,
I use JServ 1.1.2 with JSDK 2.0.
I lose my session during
org.apache.turbine.util.RunDataFactory.getRunData(HttpServletRequest,
HttpServletResponse, ServletConfig).
RunDataFactory.getRunData(HttpServletRequest, HttpServletResponse,
ServletConfig) {
When I arrive here, the method must get me the session back.
[...]
// Get the HttpSession object.
data.setSession ( data.getRequest().getSession(true) );
[...]
Instead of giving me the current session, it returns me a new session. So I
lose all infomation kept in the session variable (RunData.getSession()). And
I need to keep this inforamtion to run the program.
This problem happends between a screen and an other.
FirstScreen(loginScreen)------------->SecondScreen-------X------>ThirdScreen
|
lose the session
Does any one have the same problem ?
Any idea of how to resolve that ?
Regards.
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]