Foren

Liferay Session extension

Jatinderveer Singh, geändert vor 7 Jahren.

Liferay Session extension

New Member Beiträge: 11 Beitrittsdatum: 04.08.16 Neueste Beiträge
Hi,
What i want is for a portlet to not timeout of session. As I understand the Default session for a portal or a portlet is same i.e. 30 minutes. Is there any way possible where I can have a portlet to not timeout for like 4 hours while I donot want to change the timeout session for Portal. I wish to keep the Portal timeout to be 30 minutes only. I dont know if it is possible or not. If it is possible could you tell me which files are needed to be modified. I suppose there will be different files for changing the timeout for the Portal and the portlet.
I am using Liferay 6.2 GA6.
Thanks In Advance
thumbnail
David H Nebinger, geändert vor 7 Jahren.

RE: Liferay Session extension

Liferay Legend Beiträge: 14919 Beitrittsdatum: 02.09.06 Neueste Beiträge
No this is not possible. All timeouts, portal wide, must be the same.






Come meet me at the LSNA!
thumbnail
Albert Coronado Calzada, geändert vor 7 Jahren.

RE: Liferay Session extension

Junior Member Beiträge: 38 Beitrittsdatum: 10.02.09 Neueste Beiträge
Hi Jatinderveer,

For this situation implement your own session using cookies may be the best solution. You can write a cookie that never expires.

Best Regards,

Albert Coronado Calzada