Hi Walter,

Il giorno sab, 30/06/2012 alle 08.53 +0200, Walter Lorenzetti ha
scritto:
> 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

I applied your patch but I still get the same problem!

A similar problem is solved by adding a resetsession=ALL at the end of
the URL but it works when you reload a page, not on refresh map!



-- 
Salvatore Larosa
linkedIn: http://linkedin.com/in/larosasalvatore
twitter: @lrssvt
skype: s.larosa
IRC: lrssvt on freenode


------------------------------------------------------------------------------
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