세션 처리를 DB가 아닌 php 설정 파일로 할 수 있는 옵션을 추가.

동시접속자가 많아서 DB 커넥션 및 부하가 많아질 경우 유용함


git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6147 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-04-20 04:51:50 +00:00
parent 55fc3c1224
commit 4e471115f4
13 changed files with 46 additions and 11 deletions

View file

@ -75,4 +75,6 @@
$lang->about_use_ssl = "选择性使用选项应用于新用户注册/修改用户信息等已指定的action当中使用选项应用于所有服务。";
$lang->server_ports = "指定服务器端口";
$lang->about_server_ports = "使用除HTTP80, HTTPS443以外的端口时必须得指定该服务器端口号。";
$lang->use_db_session = '인증 세션 DB 사용';
$lang->about_db_session = '인증시 사용되는 PHP 세션을 DB로 사용하는 기능입니다.<br/>웹서버의 사용율이 낮은 사이트에서는 비활성화시 사이트 응답 속도가 향상될 수 있습니다';
?>