Apache » Cocoon »

  Cocoon FlowScript
      1.0
   homepage

Cocoon FlowScript 1.0

Cookie Object

Cookie provides the following functions and properties:

getName

Function [String] getName()

Get the name of this cookie.

getVersion

Function [String] getVersion()

Get the version of this cookie.

setVersion

Function setVersion([String] version)

Set the version of this cookie.

getValue

Function [String] getValue()

Get the value of this cookie.

setValue

Function setValue([String] value)

Set the value of this cookie.

getComment

Function [String] getComment()

Get the comment of this cookie.

setComment

Function setComment([String] comment)

Set the comment of this cookie.

getDomain

Function [String] getDomain()

Get the domain of this cookie.

setDomain

Function setDomain([String] domain)

Set the domain of this cookie.

getPath

Function [String] getPath()

Get the path of this cookie.

setPath

Function setPath([String] path)

Set the path of this cookie.

getSecure

Function [Boolean] getSecure()

Get the secure property of this cookie.

setSecure

Function setSecure([Boolean] value)

Set the secure property of this cookie.

Errors and Improvements? If you see any errors or potential improvements in this document please help us: View, Edit or comment on the latest development version (registration required).