Re: [PHP] IsSet() and $_SESSION - BUG?

2003-06-30 Thread Jason Wong
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

Re: [PHP] IsSet() and $_SESSION - BUG?

2003-06-30 Thread John Manko
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

[PHP] IsSet() and $_SESSION

2003-06-29 Thread John Manko
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