On Fri, Apr 25, 2008 at 3:09 PM, Nathan Nobbe <[EMAIL PROTECTED]> wrote:
> i do; that way when the script terminates the session is wiped clean :D

$GLOBALS would get you the same thing a lot easier.  I've had to use
sessions in cli before just because I converted some old front-end
scripts that used to be spawned via a cron curl directly to CLI.  So I
guess I can see it happening sometimes.  *shrug*

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to