Wes1890 Posted October 20, 2007 Share Posted October 20, 2007 I'm just curiouse how easy it would be to hijack a session.. because I'm going to use sessions to prevent multiple instances of a certain window, and I just don't want it to be able to work around. I'm not asking how to hack sessions, just wondering how safe they are, because I'm sure they are hackable somehow. And while im here.. what do you think would be the best way to prevent multiple pages open? Quote Link to comment https://forums.phpfreaks.com/topic/74077-solved-hijacking-sessions/ Share on other sites More sharing options...
Ninjakreborn Posted October 20, 2007 Share Posted October 20, 2007 http://www.google.com/search?hl=en&q=how+to+hijack+a+session+in+php Quote Link to comment https://forums.phpfreaks.com/topic/74077-solved-hijacking-sessions/#findComment-373972 Share on other sites More sharing options...
Orio Posted October 20, 2007 Share Posted October 20, 2007 It's not easy to hijack sessions, but the problem is it can be done. Your goal, as a coder, is to make the risk as small as possible- increase your defenses against a "hacker" trying to hijack sessions. One way to do that is by using the user's agent name (browser name). Check this article, it will guide you how to improve your security when it comes to session-hijacking. Orio. Quote Link to comment https://forums.phpfreaks.com/topic/74077-solved-hijacking-sessions/#findComment-373976 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.