Forum Moderators: Robert Charlton & goodroi
http://www.example.com/wn_bay_bridge_closure.do;jsessionid=678844C407B6E28C546AF36CF21BC336
My first question: is this harmful? My second question is: how can I get rid of this? I assume that my web framework (struts, unfortuantely) is returning a 'jsessionid' because GoogleBot is not accepting cookies.
Should this be chalked up as a google bug (something google should filter out)? Or should I be doing something different here?
I would just use
Redirect 301 /index.php [mysite.com...]
Less overhead on apache. But if you do not get much traffic then it's no big deal.
Depending on the software that you are using that creates these sessions, you need to make adjustments to the code base.
Some packages require such tokens to be passed. Is this a standardized software package?
Check the examples in [webmasterworld.com...] instead.