Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
徐炜
9 years ago
Commit
181b5da777275c5cd358a682b6132ba06724dfbd
1 parent
40637459
httponly session
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app.js
app.js
View file @
181b5da
...
...
@@ -63,7 +63,7 @@ app.use(session({
name
:
'yohoblk-session'
,
cookie
:
{
domain
:
config
.
cookieDomain
,
httpOnly
:
fals
e
httpOnly
:
tru
e
},
store
:
new
MemcachedStore
({
hosts
:
config
.
memcache
.
session
,
...
...
Please
register
or
login
to post a comment