Sessions should use 2 factor authentication
Status: Beta
Brought to you by:
sirlark
Setting a session cookie should set a base64 encoded random hash as well as the session id in the form "<id>:<hash>" and store the hash in the session table. When authenticating via a session cookie, the session is checked against both the session id and the hash.