I built an application for schools using symfony and moodle. A big problem we're encountering is that when a user logs in, and then logs out, and another user logs in, they're getting the first user's login information.
Here's some background: Moodle is an LMS, and we handle authentication by first authenticating in moodle and then redirecting to a symfony login action and passing two parameters that map to a row in a database table that contains a user's id. From here we just set a symfony attribute with the user's ID. We're using symfony as a layer on top of moodle so that we can quickly iterate and add new features. So again, the problem is that a user will log in, is able to see his information, and then if he logs out, and another user logs in, she is correctly authenticated with moodle but the session attribute that's stored in symfony is the wrong ID. Now, if we clear cookies, any user can log in correctly. Does anyone know if anything like this has happened before with symfony? Could it be the way that the school's network is set up? Right now we're pretty clueless and frustrated, so if anyone has any ideas, I'd love to hear them. The URL for the site is www.globalclassroom.us, if anyone wants to check it out firsthand. Thanks, -Brendan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
