Closed amlwwalker closed 2 years ago
If someone were to tamper with the cookie, when you call session.open() is there a way to differentiate between there was no cookie, and a cookie that was corrupted and could not be decrypted?
session.open()
found it - undocumented
session.open() returns sessions, success, err
sessions, success, err
If someone were to tamper with the cookie, when you call
session.open()
is there a way to differentiate between there was no cookie, and a cookie that was corrupted and could not be decrypted?