Slashdot Mirror


User: filebottle

filebottle's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Not that hard to block on Firefox Extension Makes Social-Network ID Spoofing Trivial · · Score: 1

    This should be easy to block on the server side without using SSL. Just save the IP address in the session when you first assign the session id, and then check the ip each time the session id is used. I haven't had a chance to test it yet but I put the code up here: http://filebottle.com/FireSheepBlock.html