Hi all,
I am running a web application. This is using session (HttpSession). In
this app,
i m creating URL(string url)...here url is application's url.
But this is creating new session as soon as hitting application...
I want to reuse older session....Does any body know how to solve this
problem ?
Thanks in Advance.
Timo Stamm - 10 Jul 2006 11:07 GMT
Santosh schrieb:
> Hi all,
>
[quoted text clipped - 5 lines]
> I want to reuse older session....Does any body know how to solve this
> problem ?
Use HttpServletResponse#encodeURL() to append the session id to the URL.
Timo