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()
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 could also use
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Answered my own question.
Creating an .htaccess file containing:
php_value session.name "uniqueSESSIONname"
takes care of the problem.
On Wed, 2004-08-25 at 12:30, Ian Firla wrote:
> Dear All,
>
> I've been trying to figure out a solution for this problem and have
> googled the subject but c
3 matches
Mail list logo