Packagecom.myflashlab.air.extensions.richWebView.ios
Classpublic class Cookies
InheritanceCookies Inheritance flash.events.EventDispatcher

shared instance which manages the shared cookie store. Can be accessed from RichWebView.ios.cookieManager



Public Properties
 PropertyDefined By
  cookieAcceptPolicy : int
The cookie accept policy preference of the receiver.
Cookies
Public Methods
 MethodDefined By
  
Delete all cookies from the cookie storage since the provided date.
Cookies
Property Detail
cookieAcceptPolicyproperty
cookieAcceptPolicy:int

The cookie accept policy preference of the receiver.


Implementation
    public function get cookieAcceptPolicy():int
    public function set cookieAcceptPolicy(value:int):void

See also

Method Detail
removeCookiesSinceDate()method
public function removeCookiesSinceDate(a:Date):void

Delete all cookies from the cookie storage since the provided date.

Parameters

a:Date