On Mon, 27 Apr 2009, [email protected] wrote:

> 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.

Sounds like you have two sessions but only one is cleared when a user logs 
out?

Another way to do this is to have the symfony code look for the moodle 
cookie and setup a new session upon login automatically. You will also 
need the logout process in moodle call into symfony to end that user's 
session in symfony too. We are doing something like this for a legacy site 
that does the login process while the main site is using symfony.




-- 



--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to