The Cookie Object

This object is a wrapper around the Cookie object provided by the Environment.

---- methods ----

  • getName()
  • getVersion()
  • setVersion(version)

values

  • setValue(value)
  • getValue()

comment

  • setComment(purpose)
  • getComment

domain

  • setDomain(domain)
  • getDomain()

age

  • setMaxAge(age)
  • getMaxAge()

path

  • setPath(path)
  • getPath()

secure

  • setSecure(secure)
  • getSecure()

---- properties ----

  • cookie.name
  • cookie.version
  • No labels