Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨建斌
/
page
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
1
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
8fc6aa79
authored
2018-04-09 20:24:12 +0800
by
Roy
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改session目录
1 parent
2c24b173
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
.gitignore
application/config/config.php
.gitignore
View file @
8fc6aa7
.idea
.DS_Store
public/sess_save_path/
...
...
application/config/config.php
View file @
8fc6aa7
...
...
@@ -23,7 +23,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
| a PHP script and you can easily do that on your own.
|
*/
$config
[
'base_url'
]
=
'http://
page.isudoo.com
'
;
$config
[
'base_url'
]
=
'http://
127.0.0.1:88
'
;
/*
|--------------------------------------------------------------------------
...
...
@@ -380,7 +380,7 @@ $config['encryption_key'] = '';
$config
[
'sess_driver'
]
=
'files'
;
$config
[
'sess_cookie_name'
]
=
'ci_session'
;
$config
[
'sess_expiration'
]
=
7200
;
$config
[
'sess_save_path'
]
=
NULL
;
$config
[
'sess_save_path'
]
=
FCPATH
.
'public/sess_save_path'
;
;
$config
[
'sess_match_ip'
]
=
FALSE
;
$config
[
'sess_time_to_update'
]
=
300
;
$config
[
'sess_regenerate_destroy'
]
=
FALSE
;
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment