Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 146 Bytes

Cookie.md

File metadata and controls

8 lines (6 loc) · 146 Bytes

Cookie helper shim

In your AppView.php:

$this->loadHelper('Shim.Cookie');

You have now direct access to the request's cookie data.