#27081 closed enhancement (fixed)
Run "wp_auth_check" on every Heartbeat tick
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.9 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Administration | Keywords: | |
| Focuses: | Cc: |
Description
The "cookies expired/is user logged in" check is designed to run on every Heartbeat tick. However it doesn't run when there is no data sent from the browser. Changing the hook from heartbeat_received to heartbeat_send fixes that.
Change History (3)
Note: See
TracTickets for help on using
tickets.
I had mentioned this in IRC. Tested this and looks good.