Re: T5: How to handle caching for applications in multi-user environments

2008-02-04 Thread Robert Zeigler
Hi Thomas, I don't have any issues in T5 like what you describe. How are you storing the request values? I assume you're putting them into page fields? A few things to check: 1) Your page fields need to be private 2) If you're trying to store the values in the httpsession, make sure you're

T5: How to handle caching for applications in multi-user environments

2008-02-04 Thread Thomas Zenglein
Hi, we encountered the situation where users authenticate in a web application, then using a web form to send mail to certain e-mail addresses. The T5 app for that resides under the same URI (here: https://some-server/mymailer/start). Certain web form elements (e.g. 1-line input fields) are pr