Hi
If you don;t want to store login information at server then you can create
class like
package{
class user{
user(){
// any business logic you want
}
function setLogin(){
}
... like wise you can do same thing at server side if you want to
store data in database.
}
}
thanks
On Mon, Oct 5, 2009 at 2:14 PM, ganaraj p r <[email protected]> wrote:
> Are you using php as the backend for your flex application?
>
> On Mon, Oct 5, 2009 at 12:05 PM, Vivek Jain <[email protected]>wrote:
>
>> Hi All,
>>
>> I have a scenario where i have implemented login functionality. I am
>> successfully able to login when i click on one hyperlink but when i click on
>> the second again it demands the login credentials.
>>
>> Once i have logged in, it should not ask for login credentials for all
>> other links.
>>
>> I am looking for session management like thing in FLEX to do so but have
>> no idea.
>>
>> Your earliest suggestion on this issue would be highly appreciable.
>>
>> Cheers,
>> Vivek
>>
>>
>>
>
>
> --
> Regards,
> Ganaraj P R
>
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---