<div>I have not had the problem with openlayers but I have with other dhmtl stuff.&nbsp; I finally had to store the values I needed in cookies.&nbsp; Thanks for the heads up.</div>
<div>&nbsp;</div>
<div>Linda Rawson<br><br>&nbsp;</div>
<div><span class="gmail_quote">On 9/21/07, <b class="gmail_sendername">Jeff Dege</b> &lt;<a href="mailto:jdege@korterra.com">jdege@korterra.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">I&#39;m serving pages containing maps with IIS and <a href="http://ASP.NET">ASP.NET</a> 2.0.&nbsp;&nbsp;The pages,<br>
once they load in the browser, have always worked fine.&nbsp;&nbsp;Javascript in<br>the browser is javascript in the browser, how the server built the pages<br>doesn&#39;t much matter.<br><br>Until it does.<br><br>I was making changes in the 
web.config file, trying to resolve a session<br>timeout issue.&nbsp;&nbsp;One thing I tried was to add a sessionState to<br>system.web:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;system.web&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;sessionState<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cookieless=&quot;true&quot;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; timeout=&quot;5&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/sessionState&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ...<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/system.web&gt;<br><br>And had an entirely unexpected result.<br><br>My PanZoomBar and LayerSwitcher controls disappeared.&nbsp;&nbsp;Other controls,
<br>placed off the map div, drew fine.&nbsp;&nbsp;Panel controls placed on the map div<br>drew fine.&nbsp;&nbsp;But these two controls, PanZoomBar and LayerSwitcher, didn&#39;t<br>draw at all.<br><br>I removed the sessionState element, and things worked fine, again.
<br><br>I&#39;m not calling this a bug, but I thought I&#39;d throw it out there, just<br>in case it might help someone else.&nbsp;&nbsp;It&#39;s not an interaction I would<br>have expected.<br><br>_______________________________________________
<br>Users mailing list<br><a href="mailto:Users@openlayers.org">Users@openlayers.org</a><br><a href="http://openlayers.org/mailman/listinfo/users">http://openlayers.org/mailman/listinfo/users</a><br></blockquote></div><br>