> Hi, > > If I add cookie="false" in Context, it's geting worse and the session in > the original browser does not work properly. > In my program to keep track of data I use a JavaBean and then pass in > session like: > > session.setAttribute("appBean" , Mybean); > The appBean session should be accessible when I copy web application's > URL > and past it to the new browser. > > How can I do that? > > Thanks for any help. > > > MK > > > On 8/19/08, Christian Poecher <[EMAIL PROTECTED]> wrote: >> >> >> >> >> kohanm wrote: >> > >> > Hi, >> > I have Tomcat 5.5 installed and a Java web applicaion is running. >> > How could* *I *se*t up Tomcat that if I copy and past the URL of the >> web >> > application to anoather browser the session could be tranferred to the >> new >> > browser, in other words: >> > Session can be transferred to another browser by copying and pasting >> the >> > URL. >> > >> >> Try setting cookies to false. The documentation for that feature is >> here: >> http://tomcat.apache.org/tomcat-5.5-doc/config/context.html >> >> Regards, >> Chris >> -- >> View this message in context: >> http://www.nabble.com/How-to-transfer-session-to-another-browser-tp19044768p19045406.html >> Sent from the Tomcat - User mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To start a new topic, e-mail: users@tomcat.apache.org >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > > -- > Massoud >
You are trying to do something that is not intended to be supported by browsers... I think that you can't do that... --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]