Il 30/06/2012 00:02, Salvatore Larosa ha scritto:
> Hi all,
> is there a way to avoid this: http://lrssvt.ns0.it/refreshMap.ogv ?
> When I have two projects open simultaneously, the refresh button map
> behaves strange. The image of the map loaded in the first project
> reappears in the second one!
>
> Any hint?
>
> -SL
>
Hi Salvatore,

this is a problem about php session...

from pmapper 4.2 in your map.phtml put this

if (ini_get("session.use_cookies")) {
     ini_set("session.cookie_path", dirname($_SERVER['SCRIPT_NAME']));
}

after
if (isset($_REQUEST['PM_INCPHP'])) exit();

at the start of document for every pmapper installation
This could be help you

W

-- 

Walter Lorenzetti phD
email: lorenze...@gis3w.it
skype: aiki74
Cell: (+39) 347-6597931  Tel+Fax: (+39) 0588 85021
Viale Giuseppe Verdi n. 24, 51016
Montecatini Terme,Pistoia
P.IVA 01686280478
Italy


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to