Hi, I'm working on a project using Trinidad. I'm trying to implement a mechanism to force the session timeout to happen from client side. I implemnted a javascript timer and installed it in onload() event of <tr:document> component. It's working. However, I have to install this timer to the onload() event for EVERY jspx file. There are about 60 pages. It'd be a maintenance nightmare. Is there a better way to achieve this? Like overloading the trinidad onload method, or something?
Thanks! Jenny

