Actions
Support #14384
openSession ID in URL
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
03/10/2026
Due date:
% Done:
0%
Estimated time:
Description
Is there any way to hide the session id in the url although "reload-is-new-session" is set to "false"?
My wt_config.xml looks like follows:
...
Auto
false
false
false
...
I can see that a cookie is set in the browser and the application also does receive the cookie.
The session id always stays in the url unless i set "reload-is-new-session" to "true" but thats not what I want.
I'm using WT 4.12.5 with wthttp connector.
Updated by Achim Reutelsterz 7 days ago
It seems my configure option from wt_config.xml doesn't get showed up. So here again:
tracking=Auto
reload-is-new-session=False
session-id-cookie=false
cookie-checks=false
Actions