Reply to Re: How to build a web application the right way
Posted by Vincent Delporte on 12/29/06 14:26
On 28 Dec 2006 12:06:53 -0800, "Anthony Smith" <mrsmithq@hotmail.com>
wrote:
>there a best practice for this. Currently what I do is have each page
>include a check session include file.
From what I read, this is how it should be done. Put the check in a
file, and include it first thing in all the pages.