1
vote
1answer
468 views

Does Google Analytics automatically handle URLs containing a jsessionid?

When a user visits my web site, the first page they load has a jsessionid appended to the URL like this: http://foo.com/Welcome.do;jsessionid=1234567890abcdef Note that the jsessionid parameter is ...