[thelist] 'Hijacking' sessions

Anthony Baratta anthony at baratta.com
Wed May 24 10:55:16 CDT 2006


On a better note:

If you know the Session ID (I refered to is as the session hash) you can restart a session using the session start:

http://us3.php.net/function.session-start

If both domains are on the same server, this should work. If they are not, you should use a central DB and store the data there.




More information about the thelist mailing list