So, if the only thing I'm using the session for is to store this user
feedback message am I going to suffer a huge scalability hit as
indicated in the SSO docs?

 "Scalable web applications do not create the side session needlessly.
If you can avoid creating the session,  on first access to your web
application, you will be able to handle an order of magnitude more
users. So, if you can avoid  the SSO, you should do so."

I also saw a message in the archives that suggested that any use of a
Form stores an object for validation within the session as well.

I don't have a lot of experience developing web applications and I
don't know how to measure this sort of thing to know if it's something
that i need to be concerned with or not.

Thanks,
Pete Poulos

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to