On Tuesday 01 July 2003 12:46, John Manko wrote:
> Hello everyone. I was able to determine what was causing my problem
> with session variables not being persitant across page requests. I want
> to give you the full scope here, so I'm going to paste the code (and if
> you have any code tips, plea
Hello everyone. I was able to determine what was causing my problem
with session variables not being persitant across page requests. I want
to give you the full scope here, so I'm going to paste the code (and if
you have any code tips, please let me know).
I think the problem might be this (a
I'm having a problem with the value that isset returns on $_SESSION
variables. For some reason, even if $_SESSION['uid'] is set, isset
returns FALSE. Here is the code:
-- file1.php ---
include "file2.php";
if (!isset($_SESSION["uid"])) {
// This first time $_SESSION["uid"] is
3 matches
Mail list logo