[wp-trac] [WordPress Trac] #24735: Login grace period
WordPress Trac
noreply at wordpress.org
Fri Jul 12 19:18:23 UTC 2013
#24735: Login grace period
----------------------------+----------------------------
Reporter: azaozz | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Future Release
Component: Administration | Version:
Severity: normal | Keywords:
----------------------------+----------------------------
After the cookies expire there is a "grace period" of one hour for POST
and AJAX request. However this doesn't work when the user clicks "Remember
Me" on the login screen. The cookies are set with the same expiration time
as the $expiration component in them. When that time comes, the browser
doesn't send the cookies and the `$expired += HOUR_IN_SECONDS;` is
pointless. This works when the Remember Me in not checked as the cookies
are set for the session, i.e. last as long as the browser is open.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/24735>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list