You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OKI, I ran some further tests. The issue seems to be caused by the line:
// Regenerate the session ID on each request so it can not be hijacked.
session_regenerate_id();
in system/library/session.php. When I comment it out, the checkout works fine, no lost $this->data->session['payment_methods'] during the checkout. As soon as I allow session_regenerate_id() call in system/library/session.php, the checkout issue re-occurs!
Maybe session_regenerate_id() calls don't play nicely with all the Ajax calls during the checkout procedure?
Hi Daniel,
See my new comment and added screenshots at #335 !
The text was updated successfully, but these errors were encountered: