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

Bug: Session remove() method not removing tempdata sessions. #4489

Closed
zoruz opened this issue Mar 25, 2021 · 1 comment
Closed

Bug: Session remove() method not removing tempdata sessions. #4489

zoruz opened this issue Mar 25, 2021 · 1 comment
Labels
bug Verified issues on the current code behavior or pull requests that will fix them

Comments

@zoruz
Copy link
Contributor

zoruz commented Mar 25, 2021

Describe the bug
Session remove() method not removing tempdata sessions.

CodeIgniter 4 version
4.1.1

@zoruz zoruz added the bug Verified issues on the current code behavior or pull requests that will fix them label Mar 25, 2021
@MGatner
Copy link
Member

MGatner commented Mar 25, 2021

Probably you figured this out, given your other Issue, but remove() explicitly does not touch temp data - you use removeTempdata() for that.

@MGatner MGatner closed this as completed Mar 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Verified issues on the current code behavior or pull requests that will fix them
Projects
None yet
Development

No branches or pull requests

2 participants