I am using session with Flask to create a txt file (specific to that session), e.g within my Flask app I\'ll have the following:
from flask import session fro