Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
syncEnrollments
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Yeray Santana Hualde
syncEnrollments
Commits
a5cc47bd
Commit
a5cc47bd
authored
Jul 28, 2011
by
Taylor Otwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleaning up configuration comments.
parent
f5333488
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
session.php
application/config/session.php
+5
-5
No files found.
application/config/session.php
View file @
a5cc47bd
...
...
@@ -25,7 +25,7 @@ return array(
|
| The database table on which the session should be stored.
|
|
If you are not using database based sessions, don't worry about this
.
|
This option is only relevant when using the "db" session driver
.
|
*/
...
...
@@ -36,7 +36,7 @@ return array(
| Session Lifetime
|--------------------------------------------------------------------------
|
|
How many minutes can a session be idle before expiring?
|
The number of minutes a session can be idle before expiring.
|
*/
...
...
@@ -47,7 +47,7 @@ return array(
| Session Expiration On Close
|--------------------------------------------------------------------------
|
|
Should the session expire when the user's web browser closes?
|
Determines if the session should expire when the user's web browser closes.
|
*/
...
...
@@ -80,7 +80,7 @@ return array(
| Session Cookie HTTPS
|--------------------------------------------------------------------------
|
|
Should the session cookie only be transported over HTTPS?
|
Determines if the session cookie should only be transported over HTTPS.
|
*/
...
...
@@ -91,7 +91,7 @@ return array(
| HTTP Only Session Cookie
|--------------------------------------------------------------------------
|
|
Should the session cookie only be accessible over HTTP?
|
Determines if the session cookie should only be accessible over HTTP.
|
| Note: The intention of the "HTTP Only" option is to keep cookies from
| being accessed by client-side scripting languages. However, this
...
...
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