I caught an error in WebProfiler page like below.
Fatal error: Call to a member function getRawValue() on a non-object in /path-to-sandbox/src/vendor/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/request_panel.php on line 45
When the session attributes don't exist, $data->sessionAttributes->getRawValue() cannot be called as not being defined.
So I added the check whether the session attributes exist or not before calling getRawValue().
Fri Oct 08 05:02:02 -0700 2010
105cf68