RE: [flexcoders] Regarding Session in macromedia flex

2005-10-20 Thread jag reddy
Hi, Ihave userobject (using Remote object)in actionscript bodyin my login.mxml page after authentication .after storing user object in variable how to retrieve that object in other mxml pages andchecking user is still in session. Please provide any sample code regarding this.. thanks,

RE: [flexcoders] Regarding Session in macromedia flex

2005-10-20 Thread João Fernandes
Cc: [EMAIL PROTECTED] Subject: RE: [flexcoders] Regarding Session in macromedia flex Hi, I have userobject (using Remote object)in actionscript body in my login.mxml page after authentication .after storing user object in variable how to retrieve that object in other mxml pages and checking

RE: [flexcoders] Regarding Session in macromedia flex

2005-10-18 Thread Dimitrios Gianninas
Hi, You don't need to do that. In Flex, you can load the user data using some remote call (using as example RemoteObject) and save it in a variable on the Flex side and use it whenever you want. Normally you would put the variable in the root MXML file and access it when needed. If you