Drupal 8 when using devel/php to try to inspect a paragraph in a node, results in the following error, and being logged out of the site.

Failed to start the session in Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage

The code I was running was a simple node load and dpm()

$node = node_load(7);
dpm($node);

Comments

michaelmallett created an issue. See original summary.

willzyx’s picture

Status: Active » Postponed (maintainer needs more info)

@michaelmallett thanks for reporting.
Please can you describe the steps for reproduce in a clean drupal installation?
Running the provided code on my env or on simplytest.me the issue outlined is not reproducible
Thanks

willzyx’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

Closing for lack of activity. Feel free to reopen if the issue still exists