Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
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
PSDI Army
yii2
Commits
5071fcde
Commit
5071fcde
authored
Oct 15, 2014
by
Alexander Makarov
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5561 from pana1990/patch-1
Small fix [skip ci]
parents
a4dbb6fb
000ad674
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
runtime-sessions-cookies.md
docs/guide/runtime-sessions-cookies.md
+1
-1
tutorial-shared-hosting.md
docs/guide/tutorial-shared-hosting.md
+1
-1
No files found.
docs/guide/runtime-sessions-cookies.md
View file @
5071fcde
...
...
@@ -131,7 +131,7 @@ session classes implementing different session storage:
*
[
[yii\web\DbSession
]
]: stores session data in a database table.
*
[
[yii\web\CacheSession
]
]: stores session data in a cache with the help of a configured
[
cache component
](
caching-data.md#cache-components
)
.
*
[
[yii\redis\Session
]
]: stores session data using
[
redis
](
http://redis.io/
)
as the storage medium
*
[
[yii\redis\Session
]
]: stores session data using
[
redis
](
http://redis.io/
)
as the storage medium
.
*
[
[yii\mongodb\Session
]
]: stores session data in a
[
MongoDB
](
http://www.mongodb.org/
)
.
All these session classes support the same set of API methods. As a result, you can switch to use a different
...
...
docs/guide/tutorial-shared-hosting.md
View file @
5071fcde
...
...
@@ -12,7 +12,7 @@ Since there's typically only one webroot it is recommended to use basic applicat
### Add extras for webserver
If webserver used is Apache you'll need to add
`.htacces`
file with the following content to
`web`
If webserver used is Apache you'll need to add
`.htacces
s
`
file with the following content to
`web`
(where
`index.php`
is):
```
...
...
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