> It seems that once a session is started and variables set, I
> can access the
> variables on the page on which they are set, but on
> subsequent pages via
> link or Header redirect the session variables are not set and
> cannot be
> accesses.
Be sure you have session_start() at the top of *al
I've spent a few hours trying to resolve a problem with session variables.
The session variables are intended to ensure login and/or whether or not a
user is an administrator with other permissions. My intent is to test for
the variables, if not present, redirect to login page or deny access.
It s
2 matches
Mail list logo