I'm working on a solution that has two applications
1) Wordpress based CRM (frontend) 2) Symfony based b2c application
Symfony application is created and working fine. When we login to symfony based application, the top menu changes with respect to person logs in. e.g. sign-in changes sign-out etc.
The thing is we need to have this same menu on the Wordpress based CRM, which should also be updated when someone logs in to symfony based application.
Let me know if you any experience or suggestion.