02-17-2020, 08:28 PM
Hi Alexandre,
I too am getting to a point where I would like to get rid of the SessionId in the url. I'm also using UniqueUrl and are getting to a point where the users are complaining how difficult it is to use the build-in bookmark functions of the browsers they use.
On top of the UniqueUrl I also use a start parameter like: http://myappl:8888/Appl3/?/start/u=xxx and with UniqueUrl, all after the APPl3/ is replaced with the SessionId.
The problem with saving the url as a link, is that users often get an error" invalid SessionId", when using the link to start a new session, and in any case the start parameter is missing.
Above you say setting servercontroller properties UniqueUrl and UseCookies to false, would still allow the users to have a separate session running in every open tab in the browser, but also that "This creates other side-effects that should be carefully considered". Could you expand that sentence a bit. Which side-effects are they ?
I do not see my users pressing ENTER to a value in the address bar, so I should be safe from starting lots of new sessions.
But what other side-effects should I be aware of and look out for ?
Regards
Soren
I too am getting to a point where I would like to get rid of the SessionId in the url. I'm also using UniqueUrl and are getting to a point where the users are complaining how difficult it is to use the build-in bookmark functions of the browsers they use.
On top of the UniqueUrl I also use a start parameter like: http://myappl:8888/Appl3/?/start/u=xxx and with UniqueUrl, all after the APPl3/ is replaced with the SessionId.
The problem with saving the url as a link, is that users often get an error" invalid SessionId", when using the link to start a new session, and in any case the start parameter is missing.
Above you say setting servercontroller properties UniqueUrl and UseCookies to false, would still allow the users to have a separate session running in every open tab in the browser, but also that "This creates other side-effects that should be carefully considered". Could you expand that sentence a bit. Which side-effects are they ?
I do not see my users pressing ENTER to a value in the address bar, so I should be safe from starting lots of new sessions.
But what other side-effects should I be aware of and look out for ?
Regards
Soren

