Flask session value not persisting between routes
I am working on a Flask application where I need to retrieve a value set in one route inside another route. I am trying to set a value in the session inside the payment_callback function and retrieve it in the payment_result function. However, the value is None when I try to access it in payment_result.