Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Accessing .NET Web Service securely from Flex 3

We can successfully consume a .NET 2.0 web service from a Flex/AS3 application. Aside from SSL, how else can we make the security more robust (i.e., authentication)?

like image 661
SkunkSpinner Avatar asked Dec 29 '25 05:12

SkunkSpinner


1 Answers

You can leverage ASP.Net's built in session management by decorating your webmethods with

<EnableSession()>

Then, inside your method, you can check that the user still has a valid session.

like image 72
matt eisenberg Avatar answered Dec 30 '25 19:12

matt eisenberg



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!