ini_set / $_SESSION[""] file directory
am 30.10.2005 07:58:42 von Ron Piggott
Is there a way that I may specify the directory (perhaps with the
ini_set command) where the $_SESSION[''] files are stored on the
server?
For example I want to place them in
/home/my_directory
is session.cookie_path the variable this directory is specified in?
(I read that you need to specify this before the session_start();
command)
Ron
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
RE: ini_set / $_SESSION[""] file directory
am 01.11.2005 03:30:37 von Bastien Koert
yes
>From: Ron Piggott
>Reply-To: ron.php@actsministries.org
>To: PHP DB
>Subject: [PHP-DB] ini_set / $_SESSION[''] file directory
>Date: Sun, 30 Oct 2005 01:58:42 -0500
>
>Is there a way that I may specify the directory (perhaps with the
>ini_set command) where the $_SESSION[''] files are stored on the
>server?
>
>For example I want to place them in
>
>/home/my_directory
>
>is session.cookie_path the variable this directory is specified in?
>
>(I read that you need to specify this before the session_start();
>command)
>
>Ron
>
>--
>PHP Database Mailing List (http://www.php.net/)
>To unsubscribe, visit: http://www.php.net/unsub.php
>
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php