Question:
Can idle session timeout be configured for a specific user through NetScaler GUI?
Answer: Yes, follow the below steps:
This parameter is user specific and needs to be changed for each user or group.
1. Go to System > User Administration > User.
2. Select the User
3. Modify the idle timeout (In seconds).
Below is the screenshot showing the idle session timeout for nsroot user modified to 9000 sec. The default idle session timeout value is 900 sec.
The idle session timeout information can be changed from CLI as well.
Command:
set system user <username> -password <*******> -timeout 9000
Example: set system user nsroot -password abcd -timeout 9000