I don't understand exactly what you mean with "use this many times". If the session is not kept via cookies there should not be any problem of keeping the session variables (session.use_cookies = 0 in php.ini). Otherwise a URL key &resetsession=y should empty the session (for the latest 3.2 betas).
armin Carlos Timóteo wrote: > Hello All. > > I'm trying to implement a way of choosing the active layers before > loading the map. > > i use ?&dg=layer1,layer2 > > But this only works in the first time i use that. > > Is there any chance of using this many times as i want ? > > the only way is deleting the cookie (PHPSESSID) in browser or is any > other way that i don't remember ? > > Thanks in advance > ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ pmapper-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pmapper-users
