[flexcoders] Using sessions in flex

2009-03-05 Thread kotha poornima
Hi All, Iam getting some issues in Flex. I have two pages in my project one is for non-admin and another for admin users. A link will be shown for non-admin users and not for admin users. While the user is logging in, if the username and password are wrong then it will automatically redirected

Re: [flexcoders] Using sessions in flex

2009-03-05 Thread Jeffry Houser
Flex doesn't have the concept of pages the same way that an HTML application does. Store your session state as part of the Flex App (AKA in the client). And you can hide/unhide sections of the app based on the login credentials. kotha poornima wrote: Hi All, Iam getting some issues in