This repository was archived by the owner on Jan 21, 2019. It is now read-only.
Description While debugging with DEBUG=express-session npm start getting this:
Mon, 10 Apr 2017 04:49:43 GMT express-session fetching pMzWWbqOQ42F-nvuiIkP77AdGqCsSe_e
Mon, 10 Apr 2017 04:49:44 GMT express-session session found
Mon, 10 Apr 2017 04:49:44 GMT express-session touching
awsClient.putItem { TableName: ' reef-sessions' ,
Item:
{ id: { S: ' pMzWWbqOQ42F-nvuiIkP77AdGqCsSe_e' },
expires: { N: ' 1493009384267' },
content: { S: ' {"cookie":{"originalMaxAge":null,"expires":null,"secure":false,"httpOnly":false,"path":"/"},"user":{"id":"GUEST_ID","username":"guest","firstName":"","lastName":"","company":"","phoneNumber":"","city":"","timezone":""},"lastModified":1491799784267}' } } }
Mon, 10 Apr 2017 04:49:44 GMT express-session split response
Mon, 10 Apr 2017 04:49:44 GMT express-session touched
Expected to run setExpires: (id, expires) function but running put: (id, expires, content) instead
Reactions are currently unavailable
While debugging with
DEBUG=express-session npm startgetting this:Mon, 10 Apr 2017 04:49:43 GMT express-session fetching pMzWWbqOQ42F-nvuiIkP77AdGqCsSe_e Mon, 10 Apr 2017 04:49:44 GMT express-session session found Mon, 10 Apr 2017 04:49:44 GMT express-session touching awsClient.putItem { TableName: 'reef-sessions', Item: { id: { S: 'pMzWWbqOQ42F-nvuiIkP77AdGqCsSe_e' }, expires: { N: '1493009384267' }, content: { S: '{"cookie":{"originalMaxAge":null,"expires":null,"secure":false,"httpOnly":false,"path":"/"},"user":{"id":"GUEST_ID","username":"guest","firstName":"","lastName":"","company":"","phoneNumber":"","city":"","timezone":""},"lastModified":1491799784267}' } } } Mon, 10 Apr 2017 04:49:44 GMT express-session split response Mon, 10 Apr 2017 04:49:44 GMT express-session touchedExpected to run
setExpires: (id, expires)function but runningput: (id, expires, content)instead