Re: [PHP-INST] Configuring Sessions In PHP

2001-03-22 Thread hi
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

Re: [PHP-INST] Configuring Sessions In PHP

2001-03-20 Thread Phil Driscoll
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_

RE: [PHP-INST] Configuring Sessions In PHP

2001-03-20 Thread Grimes, Dean
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

RE: [PHP-INST] Configuring Sessions In PHP

2001-03-19 Thread Eric Pankoke
>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

RE: [PHP-INST] Configuring Sessions In PHP

2001-03-19 Thread Jason Bell
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

[PHP-INST] Configuring Sessions In PHP

2001-03-19 Thread Eric Pankoke
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