How to access sessions in Flask?

How to access sessions in Flask?

Here, specific user’s information are stored from one request to the next. It worked by storing cryptographic signed cookie on the user’s browser and decode it on each and every request made.