标签: html flex actionscript-3 cookies air
我使用AIR HTML组件,有时我需要删除cookie。我必须在那里打开IE并删除cookie ...我可以通过AS代码吗?
答案 0 :(得分:3)
请参阅以下内容:
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/URLRequest.html#manageCookies
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/URLRequest.html#useCache
基本上,您可以告诉AIR NOT在每次使用(应用程序级别)的基础上保存cookie和/或查阅本地缓存。