secure session authentication
Posted: Tue Aug 05, 2008 7:03 am
I'm a keen php amateur, and was wondering what people like using for secure session design?
I run one website which requires a secure login, and works by starting a php session with each page, ie:
at the top of every page...
i'm interested in finding out any alternatives, or tips for best practices - any thoughts?
I run one website which requires a secure login, and works by starting a php session with each page, ie:
Code: Select all
include 'authenticate.php';i'm interested in finding out any alternatives, or tips for best practices - any thoughts?