By default, if you login to the PIX Console and then leave it idle for 30 minutes, your session will automatically timeout and you will need to log back in to access the console. You can configure the length of time it takes to time out.
On the server on which your GlassFish environment is located, navigate to glassfish-home/domains/domain-name/applications/j2ee-modules/pixconsole/WEB-INF.
Open web.xml in a text or XML editor.
Change the value of the session-timeout element to the number of minutes you want the console to be idle before it times out the session.
For example:
<session-config> <session-timeout> 30 </session-timeout> </session-config> |
Save and close the file.