Hi I am writing a pretty complex admin set of tools for some managers and their staff. So there are certain admin rights that I have registered into the session variables that get 'carried around' the admin area.
There is an area where mangaement can upload new documents and notices for their staffers to access. The problem is, when I have them use the upload form and it does its thing, it loses all of the session variables and essentially they get the error "you must be logged in to view this page" (that I have put on all of these pages as locks). I have session_start(); at the top of every single page/script right after the <?php. Help!!!! I need to release this to QA today... Thanks, Marian