Thank for your answer John,<br>but what I'm doing is generating a new map fail based on a client request to draw something, and at the moment I'm doing as you suggest but i would like to maintain the server clean from&nbsp; writing a lot of temp map files.
<br>Thanks<br>Andrea<br><br><div><span class="gmail_quote">2006/3/3, <a href="http://openwereld.net">openwereld.net</a> &lt;<a href="mailto:openwereld.net@home.nl">openwereld.net@home.nl</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Andrea Cappugi schreef:<br>&gt; Hi,<br>&gt; anybody knows if is possible to store a map object in a php Session<br>&gt; variable.<br>&gt; I have tired but map object stored in session variable loses its<br>&gt; internal handle.
<br>Hi Andrea,<br><br>If I remember well, the serialize/unserialize of php is not symmetric<br>with respect to the handles or null&nbsp;&nbsp;values. So probably you can't store<br>the map object in a session variable, but a possible alternative is to
<br>store the path to the map file in a session variable, and read that map<br>file in an object at the start of the session.<br><br>Cheers,<br>John.<br>&gt; I apologize form my English<br>&gt; Thanks in advance<br>&gt; Andrea
<br><br></blockquote></div><br>