1. Jsp session sharing liferay.comI have a portlet A which stores an object (Vector) in the portal session. I have another portlet B that reads the vector from the session. This works fine. The problem comes in when I try to call a jsp from portlet B. The object in the portal session is null. I am baffled. The jsp and portlet B are in ... |
2. session_timeout.jsp - timeout based on group membership liferay.com |
3. Rpc servlet gets wrong session when cookie not allowed liferay.comHi! I have problem with my GWT portlet. When the cookies not allowed in the browser gwt's rpc servlet gets different session that i see in doView method. When accepting cookies allowed in browser all works well. Another similar bug, probably based on first is in Google Chrome. When open page with gwt portlet then close chrome and open then again, ... |
4. Servlet session access in portal context liferay.comHello, In my portlet JSP, I have a button, clicking on which takes me to a servlet. I have set an object in session in that servlet. How do I get access to this servlet session in a header jsp which is at the portal context. This portlet is in a seperate war file. I am using Liferay 6 deployed in ... |