Registrations to Open-AudIT forums are now closed. To ask any new questions please visit Opmantek Community Questions.

Open-AudIT

What's on your network?
It is currently Tue Mar 19, 2024 2:21 pm

All times are UTC + 10 hours




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 
Author Message
PostPosted: Sat Apr 25, 2009 11:33 pm 
Offline
Newbie

Joined: Sun Apr 05, 2009 1:53 am
Posts: 2
Location: Perth, Western Australia
Just wondering if there was a way to disable the idle timeout?

I've got O-A open in my browser all day long and it's annoying having to re-login whenever I just want to do a quick lookup.

_________________
Joel

Server Info: Ubuntu Server 8.10
OS : Windows 2003 and WinXP
Auditing: 300 machines
LDAP: Active Directory


Top
 Profile  
Reply with quote  
PostPosted: Sat Feb 23, 2013 12:54 am 
Offline
Newbie

Joined: Tue Sep 01, 2009 6:27 am
Posts: 9
If we can't disable it at least increasing it to a reasonable value would be nice.


Top
 Profile  
Reply with quote  
PostPosted: Sat Feb 23, 2013 9:10 am 
Offline
Site Admin
User avatar

Joined: Mon Jun 07, 2004 11:48 am
Posts: 1964
Location: Brisbane, Australia
You can alter the following lines in code_igniter/application/config/config.php

[code]/*
|--------------------------------------------------------------------------
| Session Variables
|--------------------------------------------------------------------------
|
| 'session_cookie_name' = the name you want for the cookie
| 'encrypt_sess_cookie' = TRUE/FALSE (boolean). Whether to encrypt the cookie
| 'session_expiration' = the number of SECONDS you want the session to last.
| by default sessions last 7200 seconds (two hours). Set to zero for no expiration.
| 'time_to_update' = how many seconds between CI refreshing Session Information
|
*/
$config['sess_cookie_name'] = 'ci_session';
$config['sess_expiration'] = 7200;
$config['sess_encrypt_cookie'] = TRUE;
$config['sess_use_database'] = FALSE;
$config['sess_table_name'] = 'oa_user_sessions';
$config['sess_match_ip'] = FALSE;
$config['sess_match_useragent'] = TRUE;
$config['sess_time_to_update'] = 300;[/code]

_________________
Support and Development hours available from [url=https://opmantek.com]Opmantek[/url].
Please consider a purchase to help make Open-AudIT better for everyone.


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 

All times are UTC + 10 hours


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group