You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
If this is implemented it should only be as an option in the setup. It's very common to use # to indicate parts of a page, especially for one-page applications. So for many pages the data after # should be saved because it basically indicates pages.
I do think that any data after a question-mark (?) should be removed since that often contains POST data, etc. But that is perhaps already done?
Hint: It entirely possibly to edit the script that sends the data. I have downloaded the script from my setup and then included it in the site which I want to track as a local included js. If that is a possible solution for you @ro31337 you can easily fix this for your site by editing the script.js. Basically this part:
I have a service where URL looks like:
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.The text was updated successfully, but these errors were encountered: