I want to access symfony session data from another php page, based in web directory.
I've defined:
$this->getRequest()->getSession()->set('school', 'abc');
And want to get('school') in another php paged existed in web directory (not a controller). I've searched Google for hours and tried lots of alternatives but couldn't be success.
var_dumpthe$_SESSIONand see what's in there. I guess symfony2 adds some namespace to it's session variables!