Share via


NSHttpCookie.IsSessionOnly Property

Definition

Whether this cookie should be discarded at the end of the session, ignoring the expiration date.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool IsSessionOnly { [Foundation.Export("isSessionOnly")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("isSessionOnly")>]
member this.IsSessionOnly : bool

Property Value

Attributes

Applies to