LemonInflux Posted May 30, 2008 Share Posted May 30, 2008 Hi, just wondering if anyone could enlighten me as to how to secure my sessions a bit more? I've heard quite a lot of fuss about 'session hijacking' and similar, and from what I've gathered it's something to do with the the session ID. So what does this mean, as a developer, I have to do to secure my sessions? Thanks in advance Link to comment https://forums.phpfreaks.com/topic/108053-solved-session-security/ Share on other sites More sharing options...
BlueSkyIS Posted May 30, 2008 Share Posted May 30, 2008 as a developer, i don't worry about it. Link to comment https://forums.phpfreaks.com/topic/108053-solved-session-security/#findComment-553874 Share on other sites More sharing options...
LemonInflux Posted May 30, 2008 Author Share Posted May 30, 2008 So it's fine just to stick to good old $_SESSION['key'] = $value;? There's no need to do anything technical? Link to comment https://forums.phpfreaks.com/topic/108053-solved-session-security/#findComment-553876 Share on other sites More sharing options...
BlueSkyIS Posted May 30, 2008 Share Posted May 30, 2008 correct. Link to comment https://forums.phpfreaks.com/topic/108053-solved-session-security/#findComment-553877 Share on other sites More sharing options...
LemonInflux Posted May 30, 2008 Author Share Posted May 30, 2008 Great! I thought I was going to end up building some huge class or function to manage it, but that certainly saves a lot of time! Thanks very much. Topic closed. Link to comment https://forums.phpfreaks.com/topic/108053-solved-session-security/#findComment-553878 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.