-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Jens,
Jens Kapitza wrote:
> i think if you really will do this you can
>
> make a warper to the session object in the tomcat app. and store all
> the data in the database (select by the ip,username or id) - you have to
> pass this as parameter - (or
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Massoud,
kohanm wrote:
> If I add cookie="false" in Context, it's geting worse and the session in
> the original browser does not work properly.
It sounds like you have not coded your webapp properly, then. If you
had, disabling cookies would have
i think if you really will do this you can
make a warper to the session object in the tomcat app. and store all
the data in the database (select by the ip,username or id) - you have to
pass this as parameter - (or en(/de)code your url in other way)
?id=$$BLABLA$$
---
Jens Kapitza
-
on 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.
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://w
> 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
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 copyi