Hi,
You need to go to your php.ini file and change one of the session entries.
Create a folder anywhere on your computer for php to save session info in,
then enter that path name in session.save_path as demonstrated in the last
post. His sessions file has the path F: .
--
PHP Install Ma
The windows binaries will do sessions for you.
In php.ini you need to do a few things in the sessions bit. Here's the
relevant part of my php.ini:
session.save_handler = files ; handler used to store/retrieve data
session.save_path = F:\php\sessiontmp; argument passed to
save_
other way is to use phplib.
Dean
-Original Message-
From: Eric Pankoke [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 19, 2001 7:21 PM
To: [EMAIL PROTECTED]
Subject: [PHP-INST] Configuring Sessions In PHP
I apologize if this already made it to the list, but as far as I can tell
it di
>Jason Bell
>
>-Original Message-
>From: Eric Pankoke [mailto:[EMAIL PROTECTED]]
>Sent: Monday, March 19, 2001 5:21 PM
>To: [EMAIL PROTECTED]
>Subject: [PHP-INST] Configuring Sessions In PHP
>
>
>I apologize if this already made it to the list, but as far as I can te
bject: [PHP-INST] Configuring Sessions In PHP
I apologize if this already made it to the list, but as far as I can tell
it did not. I am trying to use PHP 4.0.4pl1 with Windows 98 SE and
Personal Web Server 4.x (not sure exactly which version). So far
everything seems good, except when I try to ad
I apologize if this already made it to the list, but as far as I can tell
it did not. I am trying to use PHP 4.0.4pl1 with Windows 98 SE and
Personal Web Server 4.x (not sure exactly which version). So far
everything seems good, except when I try to add the line session_start() to
a PHP page