OLG Posted July 20, 2007 Share Posted July 20, 2007 Hey, Not so much as a request for help as a discussion with people on handling security with sessions. At the moment, im setting a session var to 0 or 1 to check if they are logged in (not secure at all) Anyone wanna offer how i can make it more secure? Since i know you can screw with sessions easily. The problem i'm seeing is balancing server load/performance against performing regular MySQL checks to make sure User Session Data is Valid. Any Advice? Link to comment https://forums.phpfreaks.com/topic/61015-session-handling/ Share on other sites More sharing options...
Caesar Posted July 20, 2007 Share Posted July 20, 2007 Use a combination of session/cookies. And if possible, use encryption. Link to comment https://forums.phpfreaks.com/topic/61015-session-handling/#findComment-303637 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.