Hi Ori,
The setup I have at the moment uses Mainform as the start form with authentication set to LogonForm
This works well and times out after 20 minutes
If I add a button to do a link.open the new Logonformdoes not work even though I tried adding a context.redirect (and transfer) to Mainform
Also I have no way of stopping the user opening a new tab to Mainform
If I try the othet way round and set LogonForm as the start form the timeout no longer works
The only thing I know about Java is to do with coffee so can you please explain in a bit more detail.
What I am after is that any instance of the application being called will open the logonform for authentication and that the application will timeout after 20 minutes
I also tried using VWGInstance as in
http://wiki.visualwebgui.com/pages/index.php/Form_Concepts_CodeSample_-_Using_vwginstance_to_force_new_context_created_every_time
But although the form gets a new instance it does not fire the Load event
Best Regards
Jay