Skip to content

Commit

Permalink
Add TODO for persisting cookies in responses.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Dec 31, 2012
1 parent 3663cfb commit 99a5f72
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/Cake/Network/Http/Client.php
Expand Up @@ -276,6 +276,9 @@ protected function _mergeOptions($options) {
* @return Cake\Network\Http\Response
*/
public function send(Request $request, $options = []) {
// TODO possibly implment support for
// holding onto cookies so subsequent requests
// can share cookies.
return $this->_adapter->send($request, $options);
}

Expand Down

0 comments on commit 99a5f72

Please sign in to comment.