#27081 closed enhancement (fixed)
Run "wp_auth_check" on every Heartbeat tick
| Reported by: | azaozz | Owned by: | nacin |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.9 |
| Component: | Administration | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
I had mentioned this in IRC. Tested this and looks good.