Start a Conversation

Unsolved

This post is more than 5 years old

B

5667

August 25th, 2014 06:00

OME 1.3 - Console Session Timout

Hello all,

we have OME 1.3 still months and I have a question. Is it possible to extend the console session timout because 6 hours is short? We put the session on monitoring 50' LCD and it's not  pratical to relaunch the session because it's not a normal desktop but a "userless moniotoring desktop".

Best Ragards.

2 Intern

 • 

2.8K Posts

August 25th, 2014 07:00

Hi there and thanks for the question.

I don't think there is a direct way to do this.  In the past I was thinking folks may do this with a powershell script, but I'm not certain.  

Thanks much,

Rob

www.delltechcenter.com/ome

9 Posts

August 25th, 2014 07:00

maybe in a webconfig, ini file? This parametre must be store somewhere :emotion-5:

4 Posts

August 27th, 2014 18:00

if you are running the web console, you should be able to find an extensions for IE or Chrome to refresh the page so that it won't log out. 

3 Posts

February 4th, 2022 13:00

In the OMEssentials database (install the SQL SSMS tool from Microsoft if needed), change the Session Timeout value in the GenericSetting table, Row ID 6 (Session Timeout), set the DataAsInt32 column to 999999999.

To view: xSELECT * FROM GenericSetting WHERE ID=6

To update: xUPDATE GenericSetting SET DataAsInt32=999999999 WHERE ID=6

Note that "x" was added in front of the commands to bypass forum oddity in posting.  Remove the x to run the SQL commands.

No Events found!

Top