PHP user sessions

Posted by Temek on Stack Overflow See other posts from Stack Overflow or by Temek
Published on 2010-06-12T18:22:47Z Indexed on 2010/06/12 18:42 UTC
Read the original article Hit count: 142

Filed under:
|

I'm bit confused. I've been building my sites with my own session system, but i'm not sure how secure the php's own session system is. My session system usually just has user id and quite harsh hash, which does not include user name or password for generation. I save the hash in the user database and as a cookie to confirm the user session on every page load. So my question is should i keep using my own systems or try out php sessions?

© Stack Overflow or respective owner

Related posts about php

Related posts about sessions