Toggle navigation
Toggle navigation
This project
Loading...
Sign in
张泽世
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
王水玲
2016-06-14 17:19:51 +0800
Commit
535092a4d4c692281207def92e5413db383ccad3
2 parents
a5d9a47f
dc7b89d3
Merge branch 'release/4.6' of git.yoho.cn:fe/yohobuywap-node into release/4.6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app.js
app.js
View file @
535092a
...
...
@@ -53,7 +53,7 @@ app.use(session({
secret
:
'82dd7e724f2c6870472c89dfa43cf48d'
,
name
:
'yohobuy_session'
,
cookie
:
{
//
domain: 'yohobuy.com',
domain
:
'yohobuy.com'
,
httpOnly
:
false
},
store
:
new
MemcachedStore
({
...
...
Please
register
or
login
to post a comment