Skip to content

Commit

Permalink
Merge pull request #5 from kiddivouchers/let-php-set-cache-control-he…
Browse files Browse the repository at this point in the history
…aders

Let PHP set default Cache-Control headers
  • Loading branch information
cs278 authored Sep 26, 2024
2 parents b25c245 + ff0198b commit 7139ea1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions classes/kohana/session/native.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ protected function _read($id = NULL)
Cookie::$httponly
);

// Do not allow PHP to send Cache-Control headers
session_cache_limiter(FALSE);

// Set the session cookie name
session_name($this->_name);

Expand Down

0 comments on commit 7139ea1

Please sign in to comment.