Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ApplicationSession Sınıfının Yapımı #42

Open
gdemir opened this issue Jan 6, 2020 · 1 comment
Open

ApplicationSession Sınıfının Yapımı #42

gdemir opened this issue Jan 6, 2020 · 1 comment

Comments

@gdemir
Copy link
Member

gdemir commented Jan 6, 2020

No description provided.

@gdemir
Copy link
Member Author

gdemir commented Oct 22, 2020

    if ($this->config['cookie_httponly'] === true)
        ini_set('session.cookie_httponly', 1);

    // Checking use_only_cookies setting
    if ($config['use_only_cookies'] === true)
        ini_set('session.use_only_cookies', 1);

    // Setting max. lifetime
    ini_set('session.gc_maxlifetime', $config['lifetime']);
    session_set_cookie_params($config['lifetime']);

gibi

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

No branches or pull requests

1 participant