3-2β€”Session ID in URL Rewrite

PUBLISHEDsecurity alertMedium
Passive

Metadata

Alert ID:
3-2
Risk:
Medium
Type:
Passive

Summary

URL rewrite is used to track user session ID. The session ID may be disclosed via cross-site referer header. In addition, the session ID might be stored in browser history or server logs.

Solution

For secure content, put session ID in a cookie. To be even more secure consider using a combination of cookie and URL rewrite.

References