Have you looked in you current cookies in Firefox (or other browser) to see if they are being set properly?
Daniel Staver wrote: > I forgot to mention that, but I've already tried and I'm still having > problems. I added this to factories.yml for the backend: > > all: > storage: > class: sfSessionStorage > param: > session_name: nibr_admin > > And this for the frontend: > > all: > storage: > class: sfSessionStorage > param: > session_name: nibr_frontend > > Could there be problems if the old cookie is cached? > > I''ve also set the following in i18n.yml for each app: > > all: > default_culture: 'no' > > So unless anything else is specified that would be the default culture > for the user, correct? > > On Jul 10, 12:49 pm, Sebastian Schulze <[EMAIL PROTECTED]> wrote: >>> Is there a way I can set the language on the two sites independently? >> Looks like all you have to do is change the name of the cookie >> for your backend app. >> >> Then you should be able to log into 2 different sessions for front / >> backend. >> >> Bye, >> Sebastian > > > -- Tom Haskins-Vaughan Temple Street Media: Design and Development for the Web [EMAIL PROTECTED] | www.templestreetmedia.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---
