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

CI 3 session getting destroyed automatically. #6197

Open
vikasranjan88 opened this issue Feb 9, 2023 · 4 comments
Open

CI 3 session getting destroyed automatically. #6197

vikasranjan88 opened this issue Feb 9, 2023 · 4 comments

Comments

@vikasranjan88
Copy link

Hi

After redirecting from Payment Gateway the session get automatically destroyed. I have upgraded CI 3.1.9 to 3.1.12. But the issue was still there in each version.

@chuhw
Copy link

chuhw commented Apr 13, 2023

I have the same issue in PHP7.4, does anyone know how to fix this ?

@krishnapadaroy
Copy link

I have the same issue in Codeigniter 3.1.13.

@daveherman71
Copy link

This is not a CodeIgniter issue. The browser keeps track of the session using cookies (as defined in the config/config.php file). After you redirect to the payment gateway you obviously need the visitor to return with the same cookie so that the server can identify the session. I recommend moving this to the CodeIgniter Forum to request assistance with your code.

@kenjis
Copy link
Contributor

kenjis commented May 3, 2023

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

5 participants