Skip to content

Commit a30e130

Browse files
kenjispaulbalandan
andauthored
docs: fix by proofreading
Co-authored-by: John Paul E. Balandan, CPA <paulbalandan@gmail.com>
1 parent 64c461f commit a30e130

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

system/Config/Services.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -692,8 +692,8 @@ public static function session(?SessionConfig $config = null, bool $getShared =
692692
if (session_status() === PHP_SESSION_NONE) {
693693
// PHP Session emits the headers according to `session.cache_limiter`.
694694
// See https://www.php.net/manual/en/function.session-cache-limiter.php.
695-
// The headers are not managed by the CI's Response class.
696-
// So removes the CI's default Cache-Control header.
695+
// The headers are not managed by CI's Response class.
696+
// So, we remove CI's default Cache-Control header.
697697
AppServices::response()->removeHeader('Cache-Control');
698698

699699
$session->start();

0 commit comments

Comments
 (0)