Posts Tagged ‘cookie’

PHP Tutorials: Security – Session Hijacking

If you’re using session to either log a user session or storing data in sessions, you’re potentially vulnerable to session hijacking. WEBSITE phpacademy.org FORUM http TWITTER twitter.com FACEBOOK www.facebook.com

PHP Tutorials: Sessions

Simelar to cookies, sessions store data, but data is destroyed when the connection is lost (ie browser is closed). I show you how to create, show, and unset sessions.