Eli,
Sessions work just fine with CLI (Command Line Interpreter), although there is
little need for them as a CLI script, since once started the script does not
wait on user clicks of a browser for it's next set of input, therefore no need
to use sessions for passing information. Most CLI scri
Eli wrote:
> It's quite easy to pass the session variables to the script. The problem
> with sessions and shell PHP scripts, is that PHP doesn't support
> sessions on that mode (CLI mode it is called). So, I would have to
> manualy read the session file and parse it. If anyone knows what is the
> e
2 matches
Mail list logo