Session variables without cookies
thomasfrank.se
Session variables without cookies
1–5 of 5 posts
Re: Session variables without cookies
#2Be sure to read the "Security considerations" paragraph carefully before using this.
Re: Session variables without cookies
#3This is a breakthru!
Re: Session variables without cookies
#4This is only marginally useful. It is not, for example, an effective way to maintain a login session, which will obviously break down on opening another window, or browser restarts, etc. Plus the fact that any website could then steal any user session.
Since this is by far the most useful reason to have session cookies (there are other valid uses, but plenty more abuses), this seems mostly like just a clever hack to me.
Re: Session variables without cookies
#5This is only marginally useful. It is not, for example, an effective way to maintain a login session, which will obviously break down on opening another window, or browser restarts, etc. Plus the fact that any website could then steal any user session. Since this is by far the most useful reason to have session cookies (there are other valid uses, but plenty more abuses), this seems mostly like just a clever hack to…
Yeah, this seems like a good thing to be able to turn off - I don't want the websites I visit to share information between each other.