i set the session from javascript in my template twig so
sessionStorage.setItem('ids', ids);
how do I access $ _SESSION key value from controller? i just try
$this->get('session')->get('ids')
without result
thanks!
i set the session from javascript in my template twig so
sessionStorage.setItem('ids', ids);
how do I access $ _SESSION key value from controller? i just try
$this->get('session')->get('ids')
without result
thanks!