FireBoard
Welcome, Guest
Please Login or Register.    Lost Password?
Re:session expiration time (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 1
TOPIC: Re:session expiration time
#1795
david (User)
Fresh Boarder
Posts: 11
graphgraph
User Offline Click here to see the profile of this user
session expiration time 1 Year, 2 Months ago Karma: 0  
Hello!

When an user forgets to close session and simply closes his browser the session gets stuck. When he tries to login again, even from the same workstation, he is informed about the expiration time left.

Well, I see it's set to 30 minutes of inactivity. Is this time configurable?
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#1798
jllort (Admin)
Admin
Posts: 826
graph
User Online Now Click here to see the profile of this user
Re:session expiration time 1 Year, 2 Months ago Karma: 16  
Yes this time in configurable changing web.xml file ( Into OpenKM.ear/OpenKM.war/Web-inf/web.xml).

Take a look at this url.

You need to add something like this:
<session-config>
<session-timeout>30</session-timeout>
</session-config>

I don't recomend decrease session timeout less than 5 minutes,if you've got in on mind, because every 5 minutes OpenKM UI, fires keep alive to maintain session active, if during 5 minutes you don't do any operation on OpenKM and sets a lower time out probably you'll lose more sessions than you want.

Really on administration there's a action to logout users for this purpose, use it. I don't recomend decreasing session time out.
 
Report to moderator   Logged Logged  
 
Be open my friend
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop