vktonk
18th November 2006, 07:43
hi..
I want to activate timeout for a particular user i.e if a user does nothing on a LN session, it's session should be timed out after 10 minutes. How to activate this Facility in LN with sp0 service pack?
Please help me

kathuria
18th November 2006, 13:48
Hi

Use hyperlink for timeout.

http://www.baanboard.com/baanboard/showthread.php?t=27921&highlight=Session+Timeout

Regards,
Sanjay

gramasub
7th December 2006, 12:31
Hi,

You have to user profile file available in $bse/lib/users directory.
you will find one file called uabcd wherein abcd is the user login.
simple open the file in notepad and add the following line.

session_timeout:10

( 10 no of idle minutes allowed)

Please remember that whenever u do crdd for that user, the line will be removed. this is a temporary arrangement only.


enjoy