Liferay session timeout
Liferay Session Timeout In this tutorial, we will look into Liferay session timeout. Liferay session time out has set to 30 minutes by default and loaded from below files: portal-ext.properties:…
Liferay Session Timeout In this tutorial, we will look into Liferay session timeout. Liferay session time out has set to 30 minutes by default and loaded from below files: portal-ext.properties:…
Liferay Portlet Filter Tutorial In tutorial, we will see “how to create a filter in custom portlet”. Filters are new in JSR-286 and there are there types of filters. Render…
Liferay Service Builder Liferay provides Service Builder tool for generating modal objects, Service layer and DAO layer. Let’s say we have to design leave system where end user will apply for…
Liferay Portlet modes What is Portlet mode? Portlet modes are used to indicate what functions are they are doing currently. The portlet modes are defined in portlet.xml file. Java Portlets…
Liferay Upgrading process In one of the projects,we upgraded Liferay from 6.0 to 6.2. In this tutorial, I will explain about upgrade process, probably which would save time. Activities in…
Liferay Unicast session replication This tutorial will drive you on configuring uni-cast session replication on liferay tomcat node. In AWS or cloud Environments, multicast clustering will not work since broad…
Liferay Window States What is window state: window state indicate the amount of space taken by the portlet All java supported portlets have the below modes: Minimized: only portlet title…
Liferay XSS filters Applications are vulnerable to Java script injections. In this tutorial, we will see possible ways to restrict the JS injections in input fields. There are two ways…
Liferay Hooks Liferay Hooks are used to override core functionality of liferay services, web resources, language properties, filters, indexers, structs actions etc and below are list of Hooks available in…
Liferay Default Theme Velocity Variables Liferay Default Theme Velocity Variables tutorail will show light on the available velocity variables in Liferay theme. As you already know, Liferay already set parent…