On Thursday 20 March 2003 22:53, Cemal Dalar wrote:

>     I need to use 2 php.ini files at the same time in Windows.. Can I do
> that.? Because one software is need session.auto_start = 1 and the other
> needs session.auto_start = 0..

If you're using apache you can have per domain or per directory settings in 
either the httpd.conf file or in .htaccess files. And according to the manual 
you can even set session.auto_start dynamically from within php.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
This is the first age that's paid much attention to the future, which is a
little ironic since we may not have one.
                -- Arthur Clarke
*/


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

Reply via email to