Skip to content
DevMeme
3370 of 7435
The 'Remember Me' Checkbox That Suffers from Amnesia
UX UI Post #3703, on Sep 16, 2021 in TG

The 'Remember Me' Checkbox That Suffers from Amnesia

Description

A two-panel meme format. The top panel displays a web login form element with a checked "Remember Me" box and a "Log in" button, with the caption "*CLICKS ON THE CHECKBOX TO REMEMBER ME*". The bottom panel features a crudely drawn, chaotic-looking Goofy character against a red background, labeled "WEBSITE:", with the punchline below: "I'LL FUCKING ASK YOU AGAIN". The meme humorously captures the common and frustrating user experience of websites failing to honor the "Remember Me" setting, forcing users to log in repeatedly. For senior developers, this is a relatable jab at poorly implemented authentication flows, touching upon issues with cookie management, session persistence, or browser/server configuration that undermine a fundamental UX feature. It's a classic example of a simple frontend promise being broken by a complex or buggy backend reality

Comments

10
Anonymous ★ Top Pick The 'Remember Me' checkbox is the modern 'I have read and agree to the terms and conditions' - a UI element everyone clicks and the backend occasionally pretends to acknowledge
  1. Anonymous ★ Top Pick

    The 'Remember Me' checkbox is the modern 'I have read and agree to the terms and conditions' - a UI element everyone clicks and the backend occasionally pretends to acknowledge

  2. Anonymous

    Spec: “Remember Me.” Implementation: 15-minute JWT, SameSite=Strict, purge on IP drift and nightly key rotation - basically a Pomodoro timer disguised as OAuth

  3. Anonymous

    After 20 years in tech, I've learned that 'Remember Me' checkboxes are just decorative UI elements, like those 'Close Door' buttons in elevators - they exist solely to give users the illusion of control while the backend team debates whether 7 days or 7 minutes is the appropriate session timeout for 'security reasons'

  4. Anonymous

    Ah yes, the 'Remember Me' checkbox - the web's most optimistic feature. You click it with hope, the browser stores a JWT with a 15-minute expiration, the backend invalidates sessions on every deployment, and your load balancer has sticky sessions disabled. Meanwhile, the product manager wonders why users keep complaining about 'being logged out.' It's not a bug, it's a distributed systems feature: eventual consistency between user expectations and reality

  5. Anonymous

    Your 'remember me' uses a session cookie with a 30-minute TTL and nightly signing-key rotation - congrats on shipping amnesia-as-a-service

  6. Anonymous

    'Remember Me' checkbox: sets secure cookie with max-age=31536000, browser laughs via adblocker and GDPR purge - back to square one, every deploy

  7. Anonymous

    “Remember Me” sets maxAge; SameSite=Lax breaks the OAuth redirect, key rotation invalidates the JWT, and Safari ITP drops the cookie - the only persistent part of our auth is the login screen

  8. @ZgGPuo8dZef58K6hxxGVj3Z2 4y

    Expiring cookies

  9. @igordata 4y

    My internet provider's website has this box. As I pay my bill once per month - it literally never remembers me

  10. @sometgirldotonline 10mo

    Microsoft

Use J and K for navigation