Well, I have a few different ideas about how I achieved this, but I thought I would ask here if someone had a better solution.
I have a SessionController that has a login view and a widget_login view. I was wondering how to determine which view to render in the new SessionController action.
Everything currently uses standard login. I was hoping to be able to display the widget_login view instead if the request came from my reviewcontroller that has a login link. I do not want to use a referrer to determine this, if possible.
thank
source
share