In my application, I'm checking to make sure people aren't able to get into areas they do not belong. I'm checking the session variable and if it equals a user, I'm using the meta refresh with tine set to 0. It is still enough time to take a screen capture of all the admins. If I use the header(location) it says headers are already sent. The possibility of hacking is very remote, however I want to do my best to guard against it. Any thoughts?
Thanks!