Hi:

I'm using AA12 (trial) to experiment and see how it works for me.

I've developed a small app using a TabbedUI component. The TabbedUI has both a Login component and Session Timeout warning (set in Properties). The "After session timeout action" is set to "Nothing" and the "Confirmation button javascript" to "<ReloadThisPage>". My security settings are for the Login to expire when the session does. So far so good. I EXPECT that when the session times out and I click Ok the user will be logged out and the page will reflect that. However, that isn't what appears to be happening in practice.

In testing, I bring up the TabbedUI, log in and wait. When the session expiration dialog appears I click Ok, whereupon one of two things will happen: Either the user will be logged out and the buttons disappear as expected (since they are set to appear only when the user is logged in) or the page will remain as is, with the user still logged in, the buttons visible and all functions active. The really bad thing (from a debugging perspective) is that the result seems to be random. Sometimes a logout will occur, sometimes not, although the frequency of logout seems to increase with the delay before clicking Ok on the session timeout dialog.

I HAVE tried removing the session warning from the TabbedUI and that seems to cause a proper logout; i.e. I wait until the session has timed out (I look at my watch :)) and try to click on a button, and the page refreshes to show that I've been logged out. However, I would LIKE to use the session warning dialog.

Has anyone run across this or have any ideas? Thanks in advance.