I would like to know how you can get the expiration time of a flash file. To install it, I have the following code:
resp.set_cookie('id', my_id
expires = current_time + current_time + datetime.timedelta(days=30))
However, I am having difficulty returning this value.
source
share