[PHP] Re: $_SESSION stuffs that come with php.ini

2003-09-26 Thread Scott Fletcher
Is this the one???

http://us3.php.net/session

Thanks...

Scott Fletcher [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 I have been building the website for 6 months with everything and I didn't
 have hte php.ini on it.  Just didn't realize it, so I create the php.ini
 that come from php.ini_dist that came with php source code.  Now the
 $_SESSION doesn't work.  I'm not able to make the php.ini to be like the
one
 that php work without it.  So, anyone know what is the default session
 configuration?

 Thanks...

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



[PHP] Re: $_SESSION stuffs that come with php.ini

2003-09-26 Thread Scott Fletcher
Alright that work now  Don't know why does the php.ini default is not
what it should be...  I found a few that aren't on the list in php.ini, but
hte most important thing right now is that it is fixed...

Scott Fletcher [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 Is this the one???

 http://us3.php.net/session

 Thanks...

 Scott Fletcher [EMAIL PROTECTED] wrote in message
 news:[EMAIL PROTECTED]
  I have been building the website for 6 months with everything and I
didn't
  have hte php.ini on it.  Just didn't realize it, so I create the php.ini
  that come from php.ini_dist that came with php source code.  Now the
  $_SESSION doesn't work.  I'm not able to make the php.ini to be like the
 one
  that php work without it.  So, anyone know what is the default session
  configuration?
 
  Thanks...

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



RE: [PHP] Re: $_SESSION stuffs that come with php.ini

2003-09-26 Thread Donald Tyler
Session auto start is not enabled as default because it is a performance
drain. It is much more efficient to use session_start() only when you
need it.

The easiest way to do things is usual the worst. (Most inefficient)

-Original Message-
From: Scott Fletcher [mailto:[EMAIL PROTECTED] 
Sent: Friday, September 26, 2003 2:47 PM
To: [EMAIL PROTECTED]
Subject: [PHP] Re: $_SESSION stuffs that come with php.ini

Alright that work now  Don't know why does the php.ini default is
not
what it should be...  I found a few that aren't on the list in php.ini,
but
hte most important thing right now is that it is fixed...

Scott Fletcher [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 Is this the one???

 http://us3.php.net/session

 Thanks...

 Scott Fletcher [EMAIL PROTECTED] wrote in message
 news:[EMAIL PROTECTED]
  I have been building the website for 6 months with everything and I
didn't
  have hte php.ini on it.  Just didn't realize it, so I create the
php.ini
  that come from php.ini_dist that came with php source code.  Now the
  $_SESSION doesn't work.  I'm not able to make the php.ini to be like
the
 one
  that php work without it.  So, anyone know what is the default
session
  configuration?
 
  Thanks...

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

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