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

cookie 配置中setcookie 未使用 #1130

Open
yuanzhihai opened this issue Jun 6, 2023 · 0 comments
Open

cookie 配置中setcookie 未使用 #1130

yuanzhihai opened this issue Jun 6, 2023 · 0 comments

Comments

@yuanzhihai
Copy link

yuanzhihai commented Jun 6, 2023

return [
    // cookie 保存时间
    'expire'    => 0,
    // cookie 保存路径
    'path'      => '/',
    // cookie 有效域名
    'domain'    => '',
    //  cookie 启用安全传输
    'secure'    => false,
    // httponly设置
    'httponly'  => false,
    // 是否使用 setcookie
    c
    // samesite 设置,支持 'strict' 'lax'
    'samesite'  => '',
];

'setcookie' => true,
这个配置 cookie类中未使用

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

No branches or pull requests

1 participant