![]() Preserved Topic: SECURE sessions w/ PHP (Page 1 of 1) |
|
---|---|
Nervous Wreck (II) Inmate From: Manassas VA, USA |
![]() Tips? Pointers? |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
![]() |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
![]() Secure sessions isn't so much a "thing" as techniques to prevent people from cracking your session data. |
Nervous Wreck (II) Inmate From: Manassas VA, USA |
![]() Hrmm... |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
![]() Here's a real simple example From the zend site. This is just an example of a way of encrypting cookie data. It doesn't actually check the username and password data against anything. Usually what you would do is have either a user table or a flat file with the user/pass info where you would check the incoming info. |
Paranoid (IV) Inmate From: A graveyard of dreams |
![]() Not sure if this is what you are looking for, but it is about user authentication using sessions in php. |