Skip to content
New issue

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

Sessions now support cookie options #32

Merged
merged 1 commit into from
Dec 10, 2015
Merged

Conversation

thetutlage
Copy link
Member

Implmented support for cookie options, while setting up session

Implmented support for cookie options, while setting up session
@thetutlage thetutlage self-assigned this Dec 10, 2015
* which will be used by response object
* while making response
* @type {Object}
*/
const session = {key:this.constructor.sessionKey,value:sessionId}
const session = {key:this.constructor.sessionKey,value:sessionId, options}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line is too long.
'const' is available in ES6 (use esnext option) or Mozilla JS extensions (use moz).
'object short notation' is available in ES6 (use esnext option) or Mozilla JS extensions (use moz).
Missing semicolon.

thetutlage added a commit that referenced this pull request Dec 10, 2015
Sessions now support cookie options
@thetutlage thetutlage merged commit 780e886 into master Dec 10, 2015
@thetutlage thetutlage deleted the feature/sessionsOptions branch January 15, 2016 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants