텍스트큐브 관리자 로그인 유지 시간 늘리기

텍스트큐브(textcube, 구태터툴즈) 로 글쓰다 보면 계속 관리자 로그인 세션이 풀려서 짜증이 날때가 많습니다.. ^^
관리자 로그인 유지 시간을 길게 하는 방법을 알려드리겠습니다.

텍스트큐브  설치폴더의 config.php파일을 여세요.
예를들어 blog.hobbang.net/blog에 설치했다면 blog.hobbang.net/blog폴더에 있습니다.

아래 캡처화면을 보시고 밑에다가 복사해서 붙여넣기한후 업로드하시면 됩니다.
이렇게 하면 로그인이 풀리지 않습니다. ^^
$service['timeout'] = 360000000000000000000000000000000000;


config.php파일

$service['domain'] = 'blog.hobbang.net';
$service['path'] = '';
$service['skin'] = 'periwinkle';
$service['favicon_daily_traffic'] = 10; // 10MB
$service['useSSL'] = false;  // Force SSL protocol (via https)
$service['timeout'] = 360000000000000000000000000000000000;
//$serviceURL = 'http://hobbang.net' ; // for path of Skin, plugin and etc.
//$service['reader'] = true; // Use Textcube reader. You can set it to false if you do not use Textcube reader, and want to decrease DB load.
//$service['debugmode'] = true; // uncomment for debugging, e.g. displaying DB Query or Session info
//$service['pagecache'] = false; // uncomment if you want to disable page cache feature.
//$service['codecache'] = true; // uncomment if you want to enable code cache feature.
//$service['debug_session_dump'] = true; // session info debuging.
//$service['debug_rewrite_module'] = true; // rewrite handling module debuging.
//$service['session_cookie_path'] = $service['path']; // for avoiding spoiling other textcube's session id sharing root.
//$service['allowBlogVisibilitySetting'] = true; // Allow service users to change blog visibility.
?>

2017/07/17 13:59 2017/07/17 13:59



이름 암호 비밀글