def generate_url(): if request.method == "POST": try: session.permanent = True review_payment.permanent_session_lifetime = timedelta(minutes=30)i am generating an url in this function and redirecting to that url to perform some specific task when i am again coming back to my domain i am not able to access my session its empty i want to keep it alive
session.permanent = Truereview_payment.permanent_session_lifetime = timedelta(minutes=30)tried this but not geting