Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
retypos-server
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
eterfund
retypos-server
Commits
ba5cb2ab
Commit
ba5cb2ab
authored
Jun 06, 2017
by
Георгий Попов
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change sessions save_path variable
parent
90d10b43
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
config.php
new_cp/application/config/config.php
+3
-3
No files found.
new_cp/application/config/config.php
View file @
ba5cb2ab
...
...
@@ -378,10 +378,10 @@ $config['encryption_key'] = '';
|
*/
$config
[
'sess_driver'
]
=
'files'
;
$config
[
'sess_cookie_name'
]
=
'
ci
_session'
;
$config
[
'sess_cookie_name'
]
=
'
typos
_session'
;
$config
[
'sess_expiration'
]
=
7200
;
$config
[
'sess_save_path'
]
=
NULL
;
$config
[
'sess_match_ip'
]
=
FALS
E
;
$config
[
'sess_save_path'
]
=
FCPATH
.
'application/sessions/'
;
$config
[
'sess_match_ip'
]
=
TRU
E
;
$config
[
'sess_time_to_update'
]
=
300
;
$config
[
'sess_regenerate_destroy'
]
=
FALSE
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment