When implementing login, it is natural to think, "I should just put the session ID in a cookie." However, cookies are a mechanism that browsers automatically send based on conditions. Behind the ...