« Return to Thread: Seaside vs. Traditional

Re: [Seaside] Seaside vs. Traditional

by Rob Rothwell-2 :: Rate this Message:

Reply to Author | View in Thread

On Sat, Mar 29, 2008 at 1:09 PM, Lukas Renggli <renggli@...> wrote:
Another minor detail is that when I open a new browser window I get
the same counter, not a new one as in Seaside.


This is how Janko explained it to me...

Rob

---------------------------------------------------------

That's completely right and expected Aida behavior, because from both
browsers you look at the same domain object. But see the further answer
below.

> Furthermore, if I enter the site from the same computer in two different
> browsers and add "self inspect" at the top of MyObjectApp>>viewMain, I
> the app instance seems to be the same.

Do you mean different browser windows of the same browser (just FF for
instance) or two different browsers, like IE and FF? In first case it is
natural that you see just one session because by just opening a new
window you don't open a new session but reusing an existing one. In
later case you should have two separate sessions.




_______________________________________________
Aida mailing list
Aida@...
http://lists.aidaweb.si/mailman/listinfo/aida

 « Return to Thread: Seaside vs. Traditional