Is possible to use a common session variable for flex and asp.net -


i have asp website has page embeded swf file.the swf file build using flex. want set value in session variable in flex , later use session variable in asp retrieve value.

or there method know changes made in flex(swf file) @ asp side. note swf file has grid in data change occur.

you can either of these:

  • assign change hidden variable in web page.
  • query variable @ server side in asp .net. , put in session.

or

  • when want change thing in session, call webservice javascript should change value in session(or whatever want in server).

see how can call asp.net webservice flex.


Comments