From: "Paul Higgins" <[EMAIL PROTECTED]>

> I just read this tutorial:
> http://www.phpbuilder.com/columns/ying20000602.php3
>
> I understand what each function does and what to do in each function.
> However, my question is this:  If I write my own session handling
functions,
> do I have to explicity call them myself?  If so, when do I call them?

No, you'll just use sessions as normal and these functions will be used by
PHP when needed. For instance, at the end of the script when PHP needs to
save the current session variables, it'll call your "write()" function. You
just use sessions as normal, though.

---John Holmes...

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

Reply via email to