Hello everyone,
we are trying to make sure that our portal can be independant of cookies and
support navigation within a portlet using either a servlet to proxy content
for the portlets or a special portlet (like the WebSurfPortlet that was
submitted a while back) that uses url rewriting to get and maintain content.
Now that we want to make sure that the portal can be free of cookies we have
moved to tracking the jsessionid in a portlet via:
HttpServletRequest req = data.getRequest(); //RunData data
HttpSession sess = req.getSession();
The problem is that I have noticed that when cookies are turned off in the
browser, Jetpeed or probably turbine adds the sessionid to the url:
http://localhost:8080/jetspeed/portal;jsessionid=9ECF01028453522B4C748674CAB
33470?param=xxxxx¶m2=etc..... which is fine but the session id that I
get from turbine is different.
Any one have any idea how I can get the correct session id? When a user
clicks a url that has the sessionId I get from RunData appended to it they
just get logged out.
Thanks for any help,
Casey
--
To unsubscribe, e-mail: <mailto:jetspeed-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:jetspeed-user-help@;jakarta.apache.org>