ScrollMaster Posted July 8, 2006 Share Posted July 8, 2006 Hello, I am currently working on my own PHP Project that will be a simple Time Based Strategy Games where a user can login, build an army, and attack other users. I have a question about about User Awareness; Knowing when the user is logged in and whether that it is the same user and I am not being hijacked. I am unsure what would be a good method to implement user awareness with security. Should I have a Table that Stores Session Id's of currently logged in user? Should I have a Cookie that is sent to the user that they can send back to me so I know they are the same user? What Should I be Checking For? Quote Link to comment https://forums.phpfreaks.com/topic/14057-user-awareness-cookies-and-session-question/ Share on other sites More sharing options...
ShiVer Posted July 9, 2006 Share Posted July 9, 2006 D: All of the above. (if your going secure)Record the session id, IP, and any proxy's. Quote Link to comment https://forums.phpfreaks.com/topic/14057-user-awareness-cookies-and-session-question/#findComment-54992 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.