Flask-memcache-session
Flask-memcache-session copied to clipboard
Adds the ability to use as a storage memcache
Results
1
Flask-memcache-session issues
Sort by
recently updated
recently updated
newest added
Might be able to make use of something similar to the following to get around this but I'm not sure about backwards compatability. ``` print ''.join('{:02x}'.format(x) for x in os.urandom(40))...