Autologin firing in Liferay from a redirection
问题 I have a problem trying to fire up an autologin class in Liferay CE 6.1.1 when performing a redirection from a custom action method. Let me explain the scenarios. Functional scenario 1: direct POST action Let's say I have a public page A with a login form (with username and password), an autologin class to perform some checks and a private page B to show some data after proper authentication. I have a JSP with the login form in a portlet deployed in public page A, as follows (this is an