Bug #3730
closedRefreshing session from a different hostname
0%
Description
When the following configurations are set as:
Reload is new session: false
Session Tracking: URL
It becomes possible to change the hostname to access the website while retaining the session: WApplication object including it's WEnvironment. However the WEnvironment is not updated to reflect the new hostname.
Updated by Koen Deforche almost 10 years ago
- Status changed from New to Feedback
Hey,
You mean as in for example a change from http://www.mysite.com/app?wtd=... to http://foobar.mysite.com/app?wtd=... ?
We indeed currently would not be updating the WEnvironment in this case --- its seems like a corner case though? It also seems easy enough to add.
Regards,
koen
Updated by Saif Rehman over 9 years ago
Sorry for the late reply. And yes that is exactly what I mean.
We indeed currently would not be updating the WEnvironment in this case
I am a little confused. Did you mean currently Wt doesn't update WEnvironment or that Wt doesn't consider this as an issue?
Updated by Koen Deforche over 9 years ago
- Status changed from Feedback to New
We should update WEnvironment, so yes, I would consider this an issue.
Updated by Benoit Daccache about 9 years ago
- Status changed from New to Resolved
Updated by Koen Deforche about 9 years ago
- Status changed from Resolved to Closed