Thanks for all your suggesstions I am using Struts 1.x and i am planning to have session id. I need to set it as part of URL / set as a hidden variable in all JSP. Based on the ID, I will store a map of ID with Account objects in the session.
Is there any way to retireve the form data using request.getParameter(); If the ID is part of hidden variable then it is returning null. Any ways to retrieve data without using Form object. First time, I will set the ID as part of the URL and my problem is the ID has to be carried for every subsequet pages. How to achieve this? Regards Ganesh ----- Original Message ----- From: "roger" <[email protected]> To: <[email protected]> Sent: Friday, September 30, 2011 1:25 PM Subject: Re: To create new session without invalidating existing one > You may want to take a look at the Scope plugin. This won't give you a new > session, but it does provide an implementation of conversation scope which > may suffice. > > Regards > > -- > View this message in context: > http://struts.1045723.n5.nabble.com/To-create-new-session-without-invalidating-existing-one-tp4851881p4856176.html > Sent from the Struts - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

