question about header() security

Posted on 16th Feb 2014 by admin

is is safe to just use the header() function to redirect someone if they are, say, not logged in? or should i always put a die() function underneath the header() function?

Other forums