Hi devs I tried to get help on users list but without any luck so I will try here.
Baiscally Im trying to force session handler to use session id passed in URL and create session cookie so that in next requests I won't have to pass session id again. I can get access to concrete session data by using known session id and if I pass it in URL like that: http://my.symfony.app/default/index?symfony=MY_KNOWN_SESSION_ID But then cookie is not created and next requests without session id in URL gets fresh cookie based session. I managed to get it working with my custom session handler class but I had to overwrite whole initialize method only to change one statement - this is rather ugly hack than elegant solution that is more preferable to me. Maybe someone could help me out to make this working "the right way" ? Thanks in advance -- Best regards Lukasz Wojciechowski New Generation Software +48 602 214 629 http://www.ngsoft.pl --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en -~----------~----~----~----~------~----~------~--~---
