I have a service where URL looks like:
https://example.com/x/sessionID#sessionKey
I don't want sessionKey to pop up in logs like this:
But sessionId is OK. Is there any way to omit sending #sessionKey part? I had to switch off the shynet analytics for all session pages because of that. Looking for options or feature to implement.
I have a service where URL looks like:
I don't want
sessionKeyto pop up in logs like this:But
sessionIdis OK. Is there any way to omit sending#sessionKeypart? I had to switch off the shynet analytics for all session pages because of that. Looking for options or feature to implement.