Is there anyway of setting the timeout of the admin console to be greater than 5 minutes of inactivity (like maybe an hour or two)?
Thu, 08/25/2011 - 11:56
perry
Offline
Joined: 10/11/2010
Groups:
Adam, it's not quite as easy as we'd like it to be, but you can accomplish this by editing the file located at /opt/membase/lib/ns_server/erlang/lib/ns_server-1.7.1/priv/public/js/app.js.
Just search for 'var LogoutTimer' and change the '30000' (a few lines below) with any number of milliseconds.
No need to restart, but you'd have to apply that on any nodes that you are connecting to.
Hope that helps, let me know if you run into any trouble.
Perry
__________________
Forum support is great for free but sometimes you need a guaranteed response time and dedicated resources for your questions or issues. Consider purchasing enterprise-level support from Couchbase: http://www.couchbase.com/products-and-services/overview Call or email "sales -at- couchbase-dot- com" today!
Adam, it's not quite as easy as we'd like it to be, but you can accomplish this by editing the file located at /opt/membase/lib/ns_server/erlang/lib/ns_server-1.7.1/priv/public/js/app.js.
Just search for 'var LogoutTimer' and change the '30000' (a few lines below) with any number of milliseconds.
No need to restart, but you'd have to apply that on any nodes that you are connecting to.
Hope that helps, let me know if you run into any trouble.
Perry
Forum support is great for free but sometimes you need a guaranteed response time and dedicated resources for your questions or issues.
Consider purchasing enterprise-level support from Couchbase: http://www.couchbase.com/products-and-services/overview
Call or email "sales -at- couchbase-dot- com" today!