javascript - One session per tab -


we have (really simple) web-desktop-environment intranet.

so want, have user's session limited current tab. instead of cookie session-token, store value in javascript, and

  • send token get-var in url
  • make each request post, , send token post-var

i'm looking here option should use, , if perhaps sees alternatives.


Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -