Reply to How to build a web application the right way
Posted by Anthony Smith on 12/28/06 20:06
I am looking into building a web application and one of the things I
want to do is to make sure the user is logged in. I know I can do this
by checking the session for a user object or something similar. Is
there a best practice for this. Currently what I do is have each page
include a check session include file.