Jump to content

Session "security"


wjohn

Recommended Posts

I've been hearing about stealing seasions and stuff like that, How do I prevent session and make it safe?

 

No suhch thing as safe, but you can make it a lot harder and more pain in the ass for the theif to maintain the session.

A quick google for things like; php session tokens, seesion timestamps, session validation, secure sessions.

 

Or you could go the better way of actually learning all the techniques of stealing sessions, that way you yourself will know while coding how you could take advantage of your own code thus automatically code in preventive messures while coding. Which I also recommend anyone who is going to attempt doing systems where theft can pose great harm, as you don't go about coding user auths without knowing about the darkside.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...