You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chennai Flex User Group
hello,
i want to maintain session variables to store user login or not in
flex.
How to use shareobject for that , or is there any other way for such.
I'm using .net for backend.
thank you.
karan
unread,
Apr 28, 2008, 6:36:11 AM4/28/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to chennai-fle...@googlegroups.com
Sessions can be maintained both in the server-side and client-side. I
am not sure how it can be done in .net, but i think it must be pretty
straight forward.
You can maintain session in flash also. SharedObject allows you store your data in the clients machine.
SharedObject.getRemote function allows you to store data in Flash Media server.
Karan
sara
unread,
May 13, 2008, 8:20:44 AM5/13/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chennai Flex User Group
Hi,
Have a asp.net file ...
call that file using httpservice
check in that asp.net file whether session exits and if so return xml
containing true or false as result