I am developing web applicaiton with Adobe Flex builder and Java Web services using tomcat. I want to track session variables for example if a user is looged in or not? I can pass the information to Flex's mxml file using Java web services, how could I retrieve session parameters inside my mxml file?
Is there any other way I can impliment Logout , and connection like if there is some problem in internet connection then I would like to show appropriate message to user (connect or something else).
Please Help.
Start Free Trial