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? Quote Link to comment 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. Quote Link to comment 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.