Version 0.6.0
- Bug fix: Prevents PHP fatal error in
session_write_close()
by running on WordPress'shutdown
action, before$wpdb
destructs itself. - Bug fix: Stores the actual user id in the sessions table, instead of
(bool) $user_id
.
session_write_close()
by running on WordPress' shutdown
action, before $wpdb
destructs itself.(bool) $user_id
.