Symfony - Initialize Session From Request Parameter
Motivation
Working with HTML5 Audio Components, i realized Internet Explorer 9, Google Chrome and Mobile Safari, do not send Domain Cookies when requesting a playable File, which required the necessity to import the sessionid before initalize session management.
Solution
I created my own SessionStorage class and adjusted the corresponding routes to have an session_id parameter.
Whereas sessionid
is the routing parameter.