Hey there. I have a question Is there any way to ...
# support-questions-legacy
a
Hey there. I have a question Is there any way to work with the session without wrapping my function with the @verify_session decorator? I'm asking that because something @verify_session throw error and I don't want my whole request to fail. I'm using python with flask
r
hey @amagic5502 you can use the get_session function in your API and handle errors yourself
a
That actually really helps! thanks!