<div class="gmail_quote">On Sat, Mar 29, 2008 at 1:09 PM, Lukas Renggli &lt;<a href="mailto:renggli@gmail.com">renggli@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Another minor detail is that when I open a new browser window I get<br>
the same counter, not a new one as in Seaside.<br>
</blockquote></div><br><br>This is how Janko explained it to me...<br><br>Rob<br><br>---------------------------------------------------------<br><br>That&#39;s completely right and expected Aida behavior, because from both<br>

browsers you look at the same domain object. But see the further answer<br>
below.<br>
<div class="Ih2E3d"><br>
&gt; Furthermore, if I enter the site from the same computer in two different<br>
&gt; browsers and add &quot;self inspect&quot; at the top of MyObjectApp&gt;&gt;viewMain, I<br>
&gt; the app instance seems to be the same.<br>
<br>
</div>Do you mean different <span class="nfakPe">browser</span> windows of the same <span class="nfakPe">browser</span> (just FF for<br>
instance) or two different browsers, like IE and FF? In first case it is<br>
natural that you see just one session because by just opening a new<br>
window you don&#39;t open a new session but reusing an existing one. In<br>
later case you should have two separate sessions.<br><br>
<br><br>