Operating System - HP-UX
1826794 Members
1645 Online
109703 Solutions
New Discussion

Re: how to set one session in unix

 
M.sureshkumar
Regular Advisor

how to set one session in unix


In our plant,
Backend Pogress is running and frontend MFG/PRO is running.All users are opend many session at time that time server performance is reduced.how to set one session at client side.
1 REPLY 1
T G Manikandan
Honored Contributor

Re: how to set one session in unix

you can restrict the number of session by placing a script in the global profile file.

check this

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=61695

you can also set the TIMEOUT value for the session so that when the users are idle the session would be terminated.


Thanks