Lukas Kahwe Smith wrote: > Hi, > > I realize that symfony currently only supports cookie less browser > setups via trans_id. However wouldnt it be feasible to auto detect if > the browser is not accepting the cookie and then automatically embedd > the session id in all generated urls?
+1 :-) > Of course on the first request its impossible to know if the users > browser accepted the cookie or not. In this situation one should have > the option of either forcing the session id into all url's, or atleast > forcing the session id into a hidden form field in all form elements. Yes, it should be transparently added in the form_tag helper and its relatives. I posted a similar request some time ago related to ajax (remote) calls: We also need the session id with remote calls! I would also appreciate a reliable method to check whether the client uses a session cookie or not to be able to display a user friendly error page if the 'session method' is not supported / working. But it seems that the 1.0 is 'feature freezed'. So we have to wait a bit. :-) Regards, Matthias --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
