Fully implement BrowserTabID
Virtual Research Environment / On-line Bibliography Manager
Brought to you by:
sirfragalot
Since 6.4.0 (c. end 2020), the browserTabID functionality has been available (although described as experimental). Unlike standard server sessions, this feature uses browser sessions which means that each browser tab or window has its own sessions which means that various operations in WIKINDX can be separated from each other. Thus, different searches can be conducted in different browser tabs or two browser tabs can be used to enter different resources, and the form values will be correctly remembered for each in case of input error. This is very useful and no problems have been reported in the past few years.
Currently:
Proposed changes:
Hi Mark,
You know my opinion: a better design would remove the need to compartmentalize the session by tab using the browser while respecting the stateless aspect of HTTP. The future should adopt this way of working.
But as the saying goes, if I had more time I would have written a shorter letter. No objection to making this an opt-out option at this time.
Regards,
OK. At some point you will need to explain to me how it all will work in the future . . .
Mark
Of course, quick response is (a) a way to maintain session state with GET parameters in the case of a search for example, and (b) another stateless way of handling responses for regular forms.