Skip to content

Commit

Permalink
Fix #9323: PHP sessions prevented browser caching.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyreese committed Jul 30, 2008
1 parent 10a5f34 commit fab2a76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/session_api.php
Expand Up @@ -54,6 +54,7 @@ function __construct() {
session_save_path( $t_session_save_path );
}

session_cache_limiter( 'private_no_expire' );
session_start();
$this->id = session_id();
}
Expand Down

0 comments on commit fab2a76

Please sign in to comment.