Two windows are still considered the same browser; they share the same cookies and therefore, the same HttpSession.
You'll get different response if you use two distinct machines, two distinct browsers (say IE and NN) or turn cookies off (which encodes the session id into the URL). I just checked ... the code in VirtualLibraryEngine is wrong; the reason it works is that most paths that lead to the creation of the Visit also store a persistent page property as well. I'll fix it. -- [EMAIL PROTECTED] http://tapestry.sf.net > Hello again. > > Yes I know that it will work if unkomment this string. It means that engine is > not stateful without implicit call this method. Why does Vlib work then? > > One more problem, if I use setStateful() the same Visit is shared among all > clients. If I open 2 windows, for example, and fill different strings into the > textfields, the Visit will save only the latest entered parameter in my example > for latest user. > > what is my mistake? > > Vlad > > ------------------------------------------------------- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 _______________________________________________ Tapestry-developer mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/tapestry-developer
