Basic session and authentication classes for php4 March, 2000 - Norman Clarke norman@junkonline.com ================================================= This is a template that will help you set up a site with session management and authentication in PHP 4. To get this working you will need: PHP 4 installed as an Apache module MySQL The htdocs directory here is intended to be your document root directory for your website. You'll probably need to muck around with paths and stuff to get all this where you really want it. I'm not writing and releasing this as a finished project: it's more of an example to show you how you can get sessioning and and authentication working on your site. The setup may have quirks and wierdnesses unique to the way I do stuff, don't think you have to do it the same way. If you like anything here, please feel free to copy it. If you have any suggestions for improvements, questions or other comments, please send me an email.