;jsessionid is not removed from url #1670
Labels
Enhancement
For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
not-in-changelog
For issues or pull requests that should not be included in our release changelog on matomo.org.
Piwik uses parse_url to split the url, then the excluded parameters are removed from the query-Result.
The problem is, that the ;jsessionid=... is still in the path-Result because it is separated by ; instead of ?
Example url: http://www.example.com/some/site.jsp;jsessionid=1234?param1=value¶m2=value
What's the best way to resolve this problem? Just replace/extend the parse_url function?
The text was updated successfully, but these errors were encountered: