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

PHP Session Expiry Error During Checkout #62

Open
RobinTheHood opened this issue Jul 16, 2024 · 0 comments
Open

PHP Session Expiry Error During Checkout #62

RobinTheHood opened this issue Jul 16, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@RobinTheHood
Copy link
Owner

See Discord: https://discord.com/channels/727190419158597683/1079829498217893908/1245318481927209020

During the checkout process using the Stripe module, an error message is displayed:

PhpSession sid_6656fec335f5a has expired. Session age is: 21666

Steps to Reproduce:

  1. Install the Stripe module.
  2. Enter all necessary keys in the backend.
  3. Select Stripe as the payment method during checkout.
  4. Proceed to place an order.

Observed Behavior:

  • User is redirected back to the checkout page with a session expiry error.
  • The error appears despite the checkout process taking only a few seconds.

Potential Cause:

  • There might be a time mismatch between the database and PHP sessions, causing the session to be incorrectly marked as expired.

Suggested Fix:

  • Update the module to handle time discrepancies between the database and PHP sessions.
@RobinTheHood RobinTheHood added the bug Something isn't working label Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

1 participant