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
Email Patches
Plain Diff
Browse Files
Authored by
ccbikai
2016-06-14 17:16:02 +0800
Commit
dc7b89d3ae28ed73b4ade8409c823b54bfabeb6b
1 parent
1c02eda2
修改session域名
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app.js
app.js
View file @
dc7b89d
...
...
@@ -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