So one of the things that I am really fuzzy on is how session variables and cookies work together.
It is a major point of disagreement between many people, and I have personally witnessed session variables acting screwy when cookies are disbled. The thing is, though, that it doesn't seem to completely disable their effectiveness, which I have heard people say that it will do.
There is something about the session id that needs to be somehow persisted on the users' computers in order for the server to still know who they are, so I would think that cookies need to be enabled in order to do this... but I am not sure about that.
Anyway, what I would like is to get a little discussion going here as to EXACTLY what the relationship between the two are. I know it would clear the air for me, and maybe some other members would benefit, too.
Thanks for anyone's input!
Paul Prewett
It is a major point of disagreement between many people, and I have personally witnessed session variables acting screwy when cookies are disbled. The thing is, though, that it doesn't seem to completely disable their effectiveness, which I have heard people say that it will do.
There is something about the session id that needs to be somehow persisted on the users' computers in order for the server to still know who they are, so I would think that cookies need to be enabled in order to do this... but I am not sure about that.
Anyway, what I would like is to get a little discussion going here as to EXACTLY what the relationship between the two are. I know it would clear the air for me, and maybe some other members would benefit, too.
Thanks for anyone's input!
Paul Prewett

