Fossil

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

8 check-ins using file src/cgi.c version 6c77cc4c76

2020-07-29
14:56
Minor format tweak for consistency check-in: 0cda82eb2f user: andygoth tags: trunk
2020-07-28
19:47
Update the change log for the "Remember me" session login-cookie enhancement. check-in: d650eea348 user: drh tags: trunk
19:45
Add the "Remember me?" checkbox to the login page. If not checked, you get a session cookie for the login. check-in: 6b7b3232df user: drh tags: trunk
2020-07-27
15:56
Remember-me toggle defaults to off, per forum feedback. Closed-Leaf check-in: 587cd77e00 user: stephan tags: login-session-cookie
12:29
Put the "remember me" checkbox on a line by itself. Omit extra explanatory text. Move the non-SSL login warning to the top of the login dialog. check-in: 8efba52b97 user: drh tags: login-session-cookie
2020-07-26
22:29
Corrected some no-longer-true docs about the login cookie. check-in: 3989c385ef user: stephan tags: login-session-cookie
20:30
Re-added SameSite=strict cookie flag and update user.cexpire even for session cookies, otherwise non-anonymous session-only logins do not "stick" past the login process. check-in: 5c84a72907 user: stephan tags: login-session-cookie
19:57
Added "Remember me?" checkbox to login (default=on). Corrected cgi_set_cookie() to immediately expire the cookie for a negative lifetime (it was previously re-setting the cookie as a session cookie for that case). check-in: 32975aabe7 user: stephan tags: login-session-cookie