DEV Community

Harshith R S
Harshith R S

Posted on

how to pass session variables between different flask blueprints?

Hey, I'm not able pass session variables from one blueprint to another, if I'm setting session["somevalue"] = "somevalue", I'm not able to get it in another blueprint when I do session.get("somevalue") it is returning None

Top comments (0)