11/12/2010 11:51:43 PM
Title:
Session Management in Flex
Hii friends,
Can any one explain how we can manage session in flex. for ex: for shopping cart type application how can we manage session when browser is refresh or reload.
Thanks in advance
11/14/2010 10:17:19 AM
session is maintained browser and server side. the session variables are accessible to only server languages like php , asp etc. Flash is a client side application like html and has nothing to do with the session variables. The only way I see to do this is by getting the variables using server side and pass them to flash as param in the html.
So when the page will execute on server it will write the required values in html in flash tags.And when the flash will run on the client side it will read those variables.
11/14/2010 10:46:25 PM
Thanks do u have any small example with java or any thing or any usefull link
Thanks