Right now identity and session are provided by different filters using different cookies. So it's normal because they are not linked.
The solution I found to this problem is using a patch I submitted some time ago on this ticket. http://trac.turbogears.org/turbogears/ticket/754 You can use the on_success event handler the clear/setup the session when someone logs in. I don't know if the patch still applies to the svn trunk. I had to resolve conflicts and didn't upload again because it had 0 feedback. When I get home I can send you the patch if you are interested. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears -~----------~----~----~----~------~----~------~--~---

