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 <[email protected]> > > > > 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" < [email protected] > > À: [email protected] > 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 > [email protected] > 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 > [email protected] > https://lists.sourceforge.net/lists/listinfo/pmapper-users > -- Luigi Castro Cardeles ------------------------------------------------------------------------------ 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 [email protected] https://lists.sourceforge.net/lists/listinfo/pmapper-users
