Crash on session_write_close()
-
Hi,
I’ve activated the native php sessions plugin and I can see a bunch of stack traces in my logs.
Stack trace:
[internal function]: _pantheon_session_write(‘a4f007b29c66f3f…’, ”)
#1 /app/app/wp-includes/class-wp-hook.php(296): session_write_close()
#2 /app/app/wp-includes/class-wp-hook.php(323): WP_Hook->apply_filters(NULL, Array)
#3 /app/app/wp-includes/plugin.php(453): WP_Hook->do_action(Array)
#4 /app/app/wp-includes/load.php(677): do_action(‘shutdown’)
#5 [internal function]: shutdown_action_hook()
#6 {main}For these calls the database contains a row in wp_pantheon_sessions with id, secure_session id set, ip_address empty, datetime and data being NULL.
It doesn’t affect all sessions though since I also see entries with ip, datetime and data.
Any idea why this would be happening?
- The topic ‘Crash on session_write_close()’ is closed to new replies.