#hemant-checkout-spring
1 messages · Page 1 of 1 (latest)
I get my session back on test mode but dont get it back on live mode
I'm sorry forgot to respond earlier. I don't understand the ask and what's blocking you
@tiny egret do you have a bit more context? What's that SecurityContextHolder thing you're referring to? None of that seems Stripe specific
Let me put it in simple words,
I get my session back on test mode but dont get it back on live mode
When user is redirected from Stripe payment page.
what does "I get my session back" mean exactly though. How/where do you get it back, what does your code do, what's happening in Test mode that doesn't happen in Live mode
session -> HttpSession of a user while accessing the application in a web browser (chrome)
ah lol okay so this has nothing to do with the Session from Checkout
Usually you lose the session when you switch modes so http -> https or vice versa
which is actually not the case. I am loosing session when Stripe redirects to success page after making the payment on live mode, which works fine for test mode.