Skip to content
Mo McRoberts edited this page Aug 7, 2011 · 1 revision

Synopsis

uses('request');

public function [[Request]]::setCookie($name, $value = null, $path = null, $domain = null, $secure = false, $httponly = false)

Parameters

Name Direction Type Description
$name
  </td>
</tr>
<tr>
  <td><code>$value</code>
  <td><i></i></td>
  <td></td>
  <td>

  </td>
</tr>
<tr>
  <td><code>$path</code>
  <td><i></i></td>
  <td></td>
  <td>

  </td>
</tr>
<tr>
  <td><code>$domain</code>
  <td><i></i></td>
  <td></td>
  <td>

  </td>
</tr>
<tr>
  <td><code>$secure</code>
  <td><i></i></td>
  <td></td>
  <td>

  </td>
</tr>
<tr>
  <td><code>$httponly</code>
  <td><i></i></td>
  <td></td>
  <td>

  </td>
</tr>

Clone this wiki locally