I\'m not exactly sure how the $_SESSION
work in PHP. I assume it is a cookie on the browser matched up with an unique key on the server. Is it possible to fake
Properly implemented, session ids are very long and random enough to make guessing unfeasible (though if you were able to guess a particular user's session id then yes you would be acting as that user). However you can sniff and hijack sessions -- this is what firesheep does: http://en.wikipedia.org/wiki/Firesheep