Hi, all,
I'm having some trouble doing something with my zc 1.3.9 site.
I won't get into the exact specifics, but I am basically trying to set a variable from one php file that is not part of ZC so that it can be checked from html_header.php in the common templates, where I've added code to look for it.
The problem seems to be that my attempts to use a (new, unique) session variable for this ($_SESSION['blah'] = true) are interfering with ZC's use of $_SESSION. The variable I'm creating is getting 'cleaned' and is no longer a member of $_SESSION by the time ZC's index.php finishes loading.
So where can I put a global so that ZC will leave it alone? I think the application start module called from index.php cleans out $_SESSION, $_GET and $_POST
TIA,
Fred


Reply With Quote
