sendRedirect has jsessionid appended. how to remove ?
Artemesia Lakener
Ranch Hand
Joined: Jun 21, 2005
Posts: 162
posted
0
I use "response.sendRedirct(URL) to direct my page to another place. I use session too. However, the URL I see is URL;jsessionid=.. Since I *just* want to redirect to a standalone page which should NOT get involved with any session, how do I make sure the directed URL has no "jssessionid=.." appended ?
D Rog
Ranch Hand
Joined: Feb 07, 2004
Posts: 471
posted
0
Do you redirect to a different domain? What's servlet container you use?