From: "Ian Firla" <[EMAIL PROTECTED]>

Answered my own question.

Creating an .htaccess file containing:

php_value session.name "uniqueSESSIONname"

takes care of the problem.

You can do this from within PHP by calling session_name() before session_start, also.


You could also use set_cookie_params() in each of the scripts.

http://www.php.net/manual/en/function.session-set-cookie-params.php

---John Holmes...

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



Reply via email to