#david.vazo-checkout-session
1 messages · Page 1 of 1 (latest)
Can you elaborate? After a Checkout Session is created, it should be the same for the lifetime of the session, regardless of if it expires or not
The intention is that from the front it is required to keep the same session ID in case of multiple clicks, since in the backend these IDs are persisted.
Ah, I see. I think usually people include the Checkout Session ID as a session cookie, so that they can redirect to the same session for each user