Skip to content

Old Cache-Control header tag remove? #355

Description

@byazrail

Hello,
using set_header on codeigniter 3.x remove old cache-control tag.
This 4 version not working or little bug not solutions.

working code;
$this->response->removeHeader('Cache-Control')
->setHeader('Cache-Control', 'public, max-age=3600')
->setHeader('Pragma', 'cache');

response;
Cache-Control:no-store, no-cache, must-revalidate
Cache-Control:public, max-age=3600
Pragma:cache
Pragma:no-cache

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions