简体   繁体   中英

Write / Read LSO Flash Cookie in ASP .Net C#

I am working on a Device fingerprinting application where I need to write LSO flash cookie on client PC. Can someone help me to write /read LSO Flash Cookie in ASP .Net C#?

By default, ASP.NET uses HttpCookies. LSO (AKA Flash cookies) are a different kind of cookies that most likely would be stored in a different client folder (are not cleaned when browser deletes cookies) and would have a diferent format.

%APPDATA%\Macromedia\Flash Player\#SharedObjects

I dont think that with client scripting that path would be accesible.

Perhaps creating a flash swf that would read other SWF's files, but I doubt macromedia would allow that.

I would suggest going to OWASP and checking your options/tools regarding Flash https://www.owasp.org/index.php/Category:OWASP_Flash_Security_Project

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM