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
Post a Comment