<div dir="ltr"><div><div><div><div><div><div><div><div>I was able to resolve the session issue by adding the following at the end of config.php:<br>// Unset all of the session variables. ## <a href="http://php.net/manual/en/function.session-destroy.php">http://php.net/manual/en/function.session-destroy.php</a><br>$_SESSION = array();<br><br>// If it's desired to kill the session, also delete the session cookie. <br>// Note: This will destroy the session, and not just the session data!<br>if (ini_get("session.use_cookies")) {<br>   $params = session_get_cookie_params();<br>    setcookie(session_name(), '', time() - 42000,<br>       $params["path"], $params["domain"],<br>        $params["secure"], $params["httponly"]<br>    );<br>}<br><br>// Finally, destroy the session.   <br>session_destroy();<br><br></div>This seems to work although this issue of using multiple mapbooks presents another issue.  When referencing the new mapbook (say 'Mapbook_A.xml'), the vector data layers defined in my .map files do not draw, despite the fact that currently 'Mapbook_A.xml' and associated .map files are exact duplicates of the original 'Mapbook.xml' application (where data is drawn as expected).<br></div>The following error is encountered in Firebug when turning on the desired vector layer:<br><br><span class="gmail-objectBox gmail-objectBox-string">"NetworkError: 404 Not Found - <a href="http://www.mysite.com/geomoose/FORMAT=image%2Fpng&MAP...">http://www.mysite.com/geomoose/FORMAT=image%2Fpng&MAP...</a>..</span><br><br></div>From the working site, the same request is:<br><br><a href="http://www.mysite.com/">http://www.mysite.com/</a><b>cgi-bin/mapserv?</b>FORMAT=image%2Fpng&MAP....<br><br></div>As you can see, from the non-working site, the URL is missing <b>cgi-bin/mapserv?</b> in the URL.  <br></div>What can be the reason for this?<br></div>The mapserver_url in local_settings.ini was unchanged: mapserver_url=/cgi-bin/mapserv<br><br></div>Cheers,<br></div>Kevin<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Nov 16, 2016 at 8:05 PM, Eli Adam <span dir="ltr"><<a href="mailto:eadam@co.lincoln.or.us" target="_blank">eadam@co.lincoln.or.us</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>Hi Kevin,<br><br></div>There is this old documentation you can look at.  It might not be relevant anymore.  I've never used multiple mapbooks.<br><br><a href="http://www.geomoose.org/wiki/index.php/Modification_to_Use_Multiple_Map_Books" target="_blank">http://www.geomoose.org/wiki/<wbr>index.php/Modification_to_Use_<wbr>Multiple_Map_Books</a><br><br></div>Best regards, Eli<br><div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Nov 16, 2016 at 1:39 PM, Kevin Grootendorst <span dir="ltr"><<a href="mailto:kgrootendorst@gmail.com" target="_blank">kgrootendorst@gmail.com</a>></span> wrote:<br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote"><div dir="ltr"><div><div><div>Thanks for the feedback Bob.<br></div>I was going to use a login php script to get users to a dedicated html page.  That page will have dedicated URLs pointing to unique GeoMoose applications. <br></div>So simpler than your approach I think. <br><span class="m_-7318060302308955840gmail-HOEnZb"><font color="#888888"><br></font></span></div><span class="m_-7318060302308955840gmail-HOEnZb"><font color="#888888">Kevin<br></font></span></div><div class="m_-7318060302308955840gmail-HOEnZb"><div class="m_-7318060302308955840gmail-h5"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Nov 16, 2016 at 4:32 PM, Basques, Bob (CI-StPaul) <span dir="ltr"><<a href="mailto:bob.basques@ci.stpaul.mn.us" target="_blank">bob.basques@ci.stpaul.mn.us</a>></span> wrote:<br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">



<div style="word-wrap:break-word">
Hi Kevin,
<div><br>
</div>
<div>We’ve been running multiple MapBooks for a while now, but we don’t use PHP, we instead were using PERL, and more recently Ruby to handle the separations.  A big piece of the equation will be how you are going to manage the user list?  Will the
 Mapbooks be used in a self service manner, as in people can pick which one they want to use, or are you going to uselogin, etc.</div>
<div><br>
</div>
<div>bobb</div>
<div><br>
</div>
<div><br>
<div>
<div>
<blockquote type="cite">
<div>On Nov 16, 2016, at 1:59 PM, Kevin Grootendorst <<a href="mailto:kgrootendorst@gmail.com" target="_blank">kgrootendorst@gmail.com</a>> wrote:</div>
<br class="m_-7318060302308955840gmail-m_5938749452188147913m_-3786047407748691034Apple-interchange-newline">
<div>
<div dir="ltr">
<div>
<div>
<div>
<div>
<div>Hello users, I'm looking to create multiple GeoMoose sites within the same GeoMoose installation.<br>
</div>
I see that Mapbook.xml is referenced by 'settings.ini' which in turn is referenced by 'config.php'.<br>
</div>
I would like to be able to have User A hit Mapbook_A.xml, User B hit Mapbook_B.xml, etc.<br>
</div>
Can anyone shed light on how to accomplish this.  I didn't notice anything in the documentation(?).<br>
</div>
Using GeoMoose 2.8.1.<br>
</div>
Thanks, Kevin<br>
</div>
______________________________<wbr>_________________<br>
Geomoose-users mailing list<br>
<a href="mailto:Geomoose-users@lists.osgeo.org" target="_blank">Geomoose-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/geomoose-users" target="_blank">http://lists.osgeo.org/mailman<wbr>/listinfo/geomoose-users</a></div>
</blockquote>
</div>
<br>
<div>
<div style="color:rgb(0,0,0);font-family:"comic sans ms";font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px">
<br class="m_-7318060302308955840gmail-m_5938749452188147913m_-3786047407748691034Apple-interchange-newline">
<br>
</div>
<div style="color:rgb(0,0,0);font-family:"comic sans ms";font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px">
<table style="border-collapse:collapse" width="850" cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td width="150" align="center"> </td>
<td width="653">
<div align="center">
<center>
<table style="border-collapse:collapse" width="850" cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td><font size="2">"This telephone has too many shortcomings to be seriously considered as a means of communication. The device is inherently of no value to us."  -- An internal Western Union memo, 1876</font></td>
</tr>
</tbody>
</table>
</center>
</div>
</td>
</tr>
</tbody>
</table>
<div><br>
</div>
</div>
<br class="m_-7318060302308955840gmail-m_5938749452188147913m_-3786047407748691034Apple-interchange-newline">
</div>
<br>
</div>
</div>
</div>

</blockquote></div><br></div>
</div></div><br>______________________________<wbr>_________________<br>
Geomoose-users mailing list<br>
<a href="mailto:Geomoose-users@lists.osgeo.org" target="_blank">Geomoose-users@lists.osgeo.org</a><br>
<a rel="noreferrer" href="http://lists.osgeo.org/mailman/listinfo/geomoose-users" target="_blank">http://lists.osgeo.org/mailman<wbr>/listinfo/geomoose-users</a><br></blockquote></div><br></div></div></div></div></div>
</blockquote></div><br></div>