I would like the option for Stack Exchange sites to forget me when I leave the site or close the browser. This is to prevent others to log in with my account when using public computers or if your computer got stolen.
This could be realized with an option to "keep me logged in" or "remember me" when you log in, as you can do for a majority of sites such as Google, Facebook or Twitter, thus requiring a log in next time you visit the site.
Actually, according to The Open Web Application Security Project (cited below) the "remember me" feature should be avoided or not used at all.
Remember Me
Implementing remember me functionality can be incredibly hard. Often software will just embed the username and password in headers or cookies, or a hash or crypto blob of the same. Based upon your risk profile, your application:
High value applications MUST NOT possess remember me functionality.
Medium value applications SHOULD NOT contain remember me functionality. If present, the user MUST opt-in to remember me. The system SHOULD strongly warn users that remember me is insecure particularly on public computers
Low value applications MAY include an opt-in remember me function. There should be a warning to the user that this option is insecure, particularly on public computers. [1]