Greetings!
If someone nabs your session id, how valnerable are your remaining session variables? I have globals on unfortunately (although ahundiak has suggested a possible way around that), but I am interested in knowing how easy it is to get at session variables and/or dummy them up.
If I am calling a session variable with $SESSION, can it still be hacked? That is, if I am actually getting a session value, and setting it within my script with $SESSION.
Also it would seem ssl would make getting the session id more difficult in the first place. Have I got that right?
Thanks for your replies!