<div dir="ltr">Hi Jackie,<div>You are right the code does not do anything to the session.</div><div>Is it possible some how to make a request to mapagent from javascript in order to reset the session timeout counter? </div>
<div><br></div><div>Best regards</div><div>Klaus Leth</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Aug 21, 2014 at 12:32 PM, Jackie Ng <span dir="ltr"><<a href="mailto:jumpinjackie@gmail.com" target="_blank">jumpinjackie@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">This fragment looks suspect:<br>
<div class=""><br>
            // Pings map to avoid timeout<br>
<br>
            setInterval(function () {<br>
<br>
                var mLayers = map.GetScale();<br>
<br>
            }, 30000);<br>
<br>
</div>If GetScale() doesn't actually make a request to the mapagent with your<br>
session id (and I strongly suspect it doesn't), then you're not actually<br>
doing anything to keep that particular session alive.<br>
<br>
- Jackie<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://osgeo-org.1560.x6.nabble.com/Mapguide-session-timeout-in-Openlayers-tp5157507p5157559.html" target="_blank">http://osgeo-org.1560.x6.nabble.com/Mapguide-session-timeout-in-Openlayers-tp5157507p5157559.html</a><br>

Sent from the MapGuide Users mailing list archive at Nabble.com.<br>
_______________________________________________<br>
mapguide-users mailing list<br>
<a href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/mapguide-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a><br>
</blockquote></div><br></div>