This BlogThis website is I wrote in php5. I will make the source available soon. Secure PHP sessionsI wrote a little php5 class SecureSession that is supposed to make php sessions more secure. Simply replacing session_start() call with SecureSession::start() will add additional security checks to the php sessions making session hijacking/fixation attacks harder. If you think this is something you like to use in your project you are free to do so. |