Hi All,

I am trying to do a example with Login, Logout and few screen navigations.

Initially, The login panel is displayed, and the others are in
visible="false" and includeInLayout="false".

When login is successful, i am showing the necessary screens and making the
login panel visible="false".

When user clicks on logout, i show the loginPanel with visible="true" and
others to visible="false".

So far so good. Now i want to handle session-timeout feature. I would like
to configure 10 minutes as session-timeout in tomcat.

When the session gets timed-out , i need to show the loginPanel and make the
others screens invisible as the same feature when the user clicks on logout
link.

How to capture in flex UI if the session has been timed-out or not and
handle the events accordingly...Please suggest appropriate solution...

Thanks in advance..

Madan N

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to