Hi Mark,

The way I solved this challenge in our app (which is using C#/.NET for the data layer) was to create a web service call from our flex app, calling a C# WSDL. The WSDL calls a process that extracts the session variables and returns them as normal data points into the flex app, which I then store in private vars.

HTH,
Adrian

Mark wrote:

I would like to pass session variables in to a flex application so it
remembers the user one i get into my application(flex which im using
as a platform).

Reply via email to