We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi yifeed,
I found two places need to update in app.js; //app.use(bodyParser());
app.use(bodyParser.urlencoded({ extended: false })); app.use(bodyParser.json());
//app.use(session({secret: 'secret strategic xxzzz code'}));
app.use(session({ secret: 'secret strategic xxzzz code', cookie: { maxAge: 60000 }, resave: true, saveUninitialized: true }))
BTW,i still can't use your code,could you pls update the code? Thanks a lot!
The text was updated successfully, but these errors were encountered:
I think it's lacking a database on your localhost!
Sorry, something went wrong.
No branches or pull requests
Hi yifeed,
I found two places need to update in app.js;
//app.use(bodyParser());
app.use(bodyParser.urlencoded({ extended: false }));
app.use(bodyParser.json());
//app.use(session({secret: 'secret strategic xxzzz code'}));
app.use(session({ secret: 'secret strategic xxzzz code', cookie: { maxAge: 60000 }, resave: true, saveUninitialized: true }))
BTW,i still can't use your code,could you pls update the code? Thanks a lot!
The text was updated successfully, but these errors were encountered: