Hi guys,
I implemented a RenderingResponseHandler to get control before a page is served. But I´m a little bit confused. I am new to Composite too.
I have a SQL Server with the users and profiles, and I am thinking to implement a Authentication method using MVC4.
I would like to know how can i get the Authentification Cookie in the RenderingResponseHandler to verify the user before I served the page.
Thanks in advance,
Miguel Mederos