Re: [PHP] possible to override session.auto_start in php.ini

2001-12-05 Thread Kurt Lieber
That worked! Thanks! For those who may be interested, I added the following lines to my .htaccess file: # change some php.ini settings php_flag session.auto_start off Also, this obviously only works with Apache with PHP running as a module. Not sure if there's an equivalent option for IIS

Re: [PHP] possible to override session.auto_start in php.ini

2001-12-05 Thread Andrey Hristov
I think that I found the solution: http://www.zend.com/manual/configuration.php Regards - Original Message - From: "Andrey Hristov" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, December 05, 2001 7:04 PM Subject: Re

Re: [PHP] possible to override session.auto_start in php.ini

2001-12-05 Thread Andrey Hristov
Try this http://www.google.com/search?hl=en&q=%22.htaccess%22+%22override%22+%22php%22+%22settings%22&spell=1 Regards, Anrey Hristov - Original Message - From: "Kurt Lieber" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 05, 2001 7:06 PM Subject: [PHP] possible to

Re: [PHP] possible to override session.auto_start in php.ini

2001-12-05 Thread Jim
How about another ISP? >I've read the manual notes for ini_set, so I have a feeling the answer to my >question is no, but I'd like to make sure. > >I have no control over my ISP's php.ini file, but the fact that they have >session.auto_start set to 1 in php.ini is causing me problems. > >Is the