This is only possible if you use PHP as Apache module, see

http://php.net/manual/en/configuration.changes.php#configuration.changes.apache

and he wants to use it on Windows and CGI (anyway, Mapscript does not 
work well in the combination Win/Apache/PHP-Apache-module). But if you 
don't mind fiddling with the Win registry you could try the options 
listed on the link a bit down the page at section "Changing PHP 
configuration via the Windows registry", at least its not written that 
it does not work with PHP-CGI.

armin


On 19/03/2009 13:20, Luigi Castro Cardeles wrote:
> Hi,
> 
> you can configure apache, using directive Location / Directory. Inside that
> you can override php configuration, to not use cookies.
> So you can put your pmapper application inside that Location or your other
> websites.
> 
> []'s
> 
> 2009/3/19 Olivier Dürr <od...@agape-ped.org>
> 
>>
>>
>> Hi,
>>
>> may be you can use this in your config_php of pmapper:
>> ini_set('session.use_cookies', 0);
>> in your pmapper project
>>
>> or:
>>
>> ini_set('session.use_cookies', 1);
>> in the php file of the other sites.
>>
>> I do this for pmapper and cartoweb and it works fine
>>
>>
>>
>>
>>
>> Olivier DÜRR
>> Géomaticien
>>
>> AGAPE
>> agence d'urbanisme Lorraine Nord
>>
>> Visitez notre nouveau site internet : www.agape-ped.org
>>
>>
>>
>> ----- Mail Original -----
>> De: "Bendaoud med" < azamha...@gmail.com >
>> À: pmapper-users@lists.sourceforge.net
>> Envoyé: Mercredi 18 Mars 2009 15:48:30 GMT +01:00 Amsterdam / Berlin /
>> Berne / Rome / Stockholm / Vienne
>> Objet: [pmapper-users] how to don't use session's cookies for pmapper and
>> use them for other sites in my server?
>>
>> hi,
>>
>> how to don't use session's cookies for pmapper and use them for other sites
>> in my server? I use pmapper with ms4w, my php runs as CGI, and resersession
>> is not a solution for my case.
>>
>> I found that a use of a local php.ini could be a solution, but i don't know
>> how to make it working with ms4w's configuration.
>>
>> please help. thanks.
>>
>> --
>> Bendaoud
>>
>> ------------------------------------------------------------------------------
>> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
>> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
>> easily build your RIAs with Flex Builder, the Eclipse(TM)based development
>> software that enables intelligent coding and step-through debugging.
>> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
>> _______________________________________________
>> pmapper-users mailing list
>> pmapper-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/pmapper-users
>>
>> _________________________________________________________________________
>>
>> Ce message a ete verifie par l'antivirus de MDaemon (md6).
>>
>> Par precaution, n'ouvrez pas de pieces jointes de correspondants inconnus.
>> _________________________________________________________________________
>>
>> ------------------------------------------------------------------------------
>> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
>> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
>> easily build your RIAs with Flex Builder, the Eclipse(TM)based development
>> software that enables intelligent coding and step-through debugging.
>> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
>> _______________________________________________
>> pmapper-users mailing list
>> pmapper-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/pmapper-users
>>
> 
> 
> 


------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to