|
Posted by comp.lang.php on 04/27/06 01:09
Is it possible to access values preset from $_SESSION from within a CLI
PHP page? If so, how is it done? Each time I try to access $_SESSION
is an empty array; the moment I leave the CLI PHP and return to my
calling web-app PHP script, $_SESSION is back again, values and all,
completely untouched.
Can $_SESSION be called? If not, then I have a bigger problem inasmuch
as $_REQUEST variables set via form/query-string MUST be accessed from
within CLI PHP script, and the only way I can think of is to put all of
$_REQUEST into $_SESSION, or what else do I do? Stumped.
Thanx
Phil
[Back to original message]
|