フォーラム

ホーム » Liferay Portal » English » 2. Using Liferay » General

構造的に表示 平面上に表示 ツリー上に表示
スレッド数 [ 前へ | 次へ ]
toggle
Subhash S Chandran
Liferay session timeout change
2009/06/24 0:35
答え

Subhash S Chandran

ランク: New Member

投稿数: 13

参加年月日: 2008/08/28

最近の投稿

We changed the timeout value in web.xml from 30 to 43200. Now we are getting this message every one minute, and Liferay logs me out after that (if I don't extend the session). This happens in Firefox 3.0.3 in Linux environment when using Liferay 5.1.2. Same instance tested in IE6 works fine.
画像の固定

添付ファイル: session.png (8.7k)
Aarti Jain
RE: Liferay session timeout change
2009/06/24 6:26
答え

Aarti Jain

ランク: Regular Member

投稿数: 116

参加年月日: 2008/09/02

最近の投稿

Hi,

You can try putting following properties in portal-ext.properties:

session.timeout=5
session.timeout.warning=0
session.timeout.auto.extend=true

This will automatically extend your session.

You will not face problem by changing the value in web.xml, if the value is small.


Regards,
Aarti
Ray Vin
Extends not working
2009/07/01 7:23
答え

Ray Vin

ランク: New Member

投稿数: 13

参加年月日: 2008/10/14

最近の投稿

hi,

I have exactly the same configuration - :

1session.timeout=5
2session.timeout.warning=0
3session.timeout.auto.extend=true


I use the ext environment and put them into the portal-ext.properties. BUT if the user without closing the browser or something else waits longer than five minutes he must login again. I thought it is the last property that should handle this - automatically extending the session.

Working setup:
- Liferay 5.2.2 from SVN
- Build from ext-environment
- FireFox 3 / OS Windows Vista

Can you explain this behavior?

Thanks a lot.
Aarti Jain
RE: Extends not working
2009/07/01 11:27
答え

Aarti Jain

ランク: Regular Member

投稿数: 116

参加年月日: 2008/09/02

最近の投稿

Hi,

This is working fine with liferay 5.1.2 and liferay 5.2.1. This type of behavior was never seen.

Never used it with liferay 5.2.2.

Regards,
Aarti Jain
Impetus Infotech Pvt. Ltd.
Noida
Ray Vin
RE: Extends not working
2009/07/01 15:00
答え

Ray Vin

ランク: New Member

投稿数: 13

参加年月日: 2008/10/14

最近の投稿

thanks for the quick reply - I have no idea. after 5 min. the user must login again ?!? have you a hint where to look in the implementation to figure out if something changed?
Victor Zorin
RE: Extends not working
2009/07/01 15:49
答え

Victor Zorin

ランク: Liferay Legend

投稿数: 1120

参加年月日: 2008/04/14

最近の投稿

Funny enough, but to make auto.extend working, you would have to make
session.timeout.warning=1

The auto extension function is written in
docroot/html/common/themes/session_timeout.jsp (session_timeout.jspf for 5.2.2)

Search for SESSION_TIMEOUT_EUTO_EXTEND.


We usually make session length of 8 hours and then autoextend
# 10hrs
session.timeout=600
session.timeout.warning=1
session.timeout.auto.extend=true
Ray Vin
RE: Extends not working
2009/07/02 0:00
答え

Ray Vin

ランク: New Member

投稿数: 13

参加年月日: 2008/10/14

最近の投稿

Thanks a lot. Now it is working in the desired way. I am wondering about something - I set session.timeout.warning to 0 because I do not want that the user is informed about this sweet little box on the top of his browser. but with your described setting I've tested the box never appeared. so because of setting this property now to the value 1 nothing happened. fine for me. but not really transparent.

thx.
Victor Zorin
RE: Extends not working
2009/07/02 0:34
答え

Victor Zorin

ランク: Liferay Legend

投稿数: 1120

参加年月日: 2008/04/14

最近の投稿

If auto.extend=true warning does not show.

In regards to why do we need timeout.warning setting, [without analyzing the code] I suspect the reason for it is fairly simple:

- we are dealing with client (browser) and server(webserver), and, abstractly speaking, both of them are "tracking" the timeout. (even if it is the same http session object)

- when client detects that session is about to expire, client makes background call '/c/portal/extend_session' and server is extending the session

If client makes such call exactly at a timeout expiration time, there is a good chance that the timeout would already expire on server end.

So the design by liferay implies that call 'c/portal/extend_session' shall be made earlier, i.e. at warning time, which in your case we set at 1 minute. At this time it is guaranteed that the call would be delivered to the webserver before the actual expiration time.
That's it.
Kyrre Myrbostad
RE: Extends not working
2009/08/07 0:55
答え

Kyrre Myrbostad

ランク: Junior Member

投稿数: 37

参加年月日: 2009/01/21

最近の投稿

Thx for the tip, this fooled me also.

Maybe the text in portal.properties could be changed to something like:

#
# Set the auto-extend mode to true to avoid having to ask the user whether
# to extend the session or not. Instead it will be automatically extended.
# The purpose of this mode is to keep the session open as long as the user
# browser is open and with a portal page loaded. It is recommended to use
# this setting along with a smaller "session.timeout", such as 5 minutes for
# better performance.
#
# Note that session.timeout.warning must be set to 1 for this to work. No warnings will be issued at the client.
#
session.timeout.auto.extend=true
Jonas Yuan
RE: Extends not working
2009/09/03 14:55
答え

Jonas Yuan

ランク: Liferay Master

投稿数: 993

参加年月日: 2007/04/26

最近の投稿

Hi Victor,

Thank you. This is very useful message, funny enough ...

1session.timeout=5
2session.timeout.warning=1
3session.timeout.auto.extend=true


Jonas Yuan

-----------------
Liferay Books

Liferay Portal 5.2 Systems Development
Liferay Portal Enterprise Intranets
Chris King
RE: Liferay session timeout change
2009/09/11 12:06
答え

Chris King

ランク: New Member

投稿数: 4

参加年月日: 2008/10/14

最近の投稿

Is it possible to set session.timeout.auto.extend=true dynamically or for a subset of users or communities? We would like to have anyone with a 10.* IP address auto extend, but if anyone hits the site from outside the firewall hits the site, then we want them to timeout. We are currently running code that looks at the IP address of the user. Is there an API we could call to set this property?
Jonas Yuan
RE: Extends not working
2009/10/14 6:44
答え

Jonas Yuan

ランク: Liferay Master

投稿数: 993

参加年月日: 2007/04/26

最近の投稿

The pre-condition is session.timeout.warning.

Only it (session.timeout.warning) is set as 1 as shown in following code, then
session.timeout.auto.extend and session.timeout.redirect.on.expire would get checked.

code in 5.3.
 1
 2[b]<c:if test="<%= sessionTimeoutWarning > 0 %>">[/b]
 3AUI().use(
 4'liferay-session',
 5function(A) {
 6Liferay.Session.init(
 7{
 8[b]autoExtend: <%= PropsValues.SESSION_TIMEOUT_AUTO_EXTEND %>,[/b]
 9timeout: <%= sessionTimeout %>,
10timeoutWarning: <%= sessionTimeoutWarning %>,
11[b]redirectOnExpire: <%= PropsValues.SESSION_TIMEOUT_REDIRECT_ON_EXPIRE %>[/b]
12}
13);
14}
15);
16</c:if>


Thanks

Jonas Yuan
-----------------
The Author of Liferay Books:
Liferay Portal 5.2 Systems Development
Liferay Portal Enterprise Intranets
Matus Ferko
RE: Extends not working
2009/12/03 1:41
答え

Matus Ferko

ランク: Junior Member

投稿数: 26

参加年月日: 2009/06/05

最近の投稿

I am sorry for the following stupid question, but:

If I set
1session.timeout.warning=1
2session.timeout.auto.extend=true


does it mean the session never expire?
If yes there could be one additional property session.timeout.never. It would be less confusing emoticon
Pravin Bansal
RE: Extends not working
2010/03/12 5:15
答え

Pravin Bansal

ランク: New Member

投稿数: 4

参加年月日: 2010/03/12

最近の投稿

Guys be careful though, while updating your portal-ext.properties.
Any settings written ext properties will not take effect as long as there is a session time out entry in web.xml (of root in tomcat) clean it before you add any session entries to take effect in your portal-ext properties..
Cheer's
Matus Ferko
RE: Extends not working
2010/04/19 3:26
答え

Matus Ferko

ランク: New Member

投稿数: 1

参加年月日: 2010/03/03

最近の投稿

There is following configuration in web.xml file in portal sources:
1<session-config>
2    <session-timeout>30</session-timeout>
3</session-config>


Do I have to delete it, to make my configuration from portlet-ext.properties working? If yes it means that value from portal-ext.properties will never take effect. ?!
Pravin Bansal
RE: Extends not working
2010/05/25 4:27
答え

Pravin Bansal

ランク: New Member

投稿数: 4

参加年月日: 2010/03/12

最近の投稿

Hi Matus,

Certainly you need to delete entries
<session-config>
<session-timeout>30</session-timeout>
</session-config>
from web.xml in order ext properties to take effect for session time out.
Please find me for any further questions.

Thank you,
Pravin
sandhya shendre
RE: Extends not working
2011/01/23 22:26
答え

sandhya shendre

ランク: New Member

投稿数: 5

参加年月日: 2011/01/21

最近の投稿

Hi All,

I have set the session-timeout as 30 min in tomcat\conf\web.xml file and 65 min in root\web-inf\web.xml. Which session-timeout value will be taken in consideration?

I'm getting time out message after 30 min.



Regards,
Sandhya Shendre
Fateh Alchhabi
RE: Extends not working
2011/01/24 4:14
答え

Fateh Alchhabi

ランク: Junior Member

投稿数: 58

参加年月日: 2010/12/01

最近の投稿

Hi sandhya shendre
regarding to your Question :when you add the 65 values in "root\web-inf\web.xml"

This value is always overridden by the value set in tomcat\conf\web.xml under the folder $PORTAL_WEB_INF_HOME
Tor Iver Wilhelmsen
RE: Extends not working
2011/02/14 1:14
答え

Tor Iver Wilhelmsen

ランク: Junior Member

投稿数: 60

参加年月日: 2008/12/03

最近の投稿

Matus Ferko:
does it mean the session never expire?

No, it means that Javascript will be used to refresh the session via "invisible" calls to the web server. This will continue until the browser window (or tab?) showing the site is closed.
Koen Vermeulen
RE: Extends not working
2013/03/19 5:22
答え

Koen Vermeulen

ランク: New Member

投稿数: 13

参加年月日: 2010/02/16

最近の投稿

Im trying this in 6.1.20 EE

portal-ext.properties:
session.timeout=1
session.timeout.warning=0

I also changed the entry in web.xml to a session timeout of 1

The warning doesnt come up - But the session doenst get expired after 1 minute.
If i take take away the session.timeout.warning property then it does get expired after one minute.

anyone seen this same problem?
Vijay Chandra
RE: Extends not working
2013/04/18 2:26
答え

Vijay Chandra

ランク: New Member

投稿数: 8

参加年月日: 2013/04/04

最近の投稿

Thanks Pravin to u n u r post ... from past 5 to 6 hrs i was looking fr the solution of how to give user define session time out... recently we migrated to 6.1 from 6.0 ... i was working on with portal-ext.properties by changing the values of session time out .. but it was not effecting ... following u r suggestion i went to web.xml file in
Liferay\bundles\liferay-portal-6.0.6\tomcat-6.0.29\webapps\ROOT\WEB-INF\web.xml and commented out this below lines, for default values of session time out

<session-config>
<session-timeout>30</session-timeout>
</session-config>
and it worked like butter ... thanks man 1ce again ... emoticon