node.js - Why do my express.js sessions not save in Safari? -



node.js - Why do my express.js sessions not save in Safari? -

we're working on sails.js web app want session persist indefinitely. (as far know, in sails that's if don't create settings.)

the session persists (that is, user automatically logged in) in every browser except safari (both ios , osx).

i tried changing sails session settings 24-hour session follows:

cookie: { maxage: 24 * 60 * 60 * 1000 },

but still user name disappears web page in safari, persists everywhere else.

we going display html in ios app; there setting made in app environment maybe?

thanks!

node.js cookies express safari sails.js

Comments

Popular posts from this blog

javascript - I need to update the text of a paragraph by inline edit -

javascript - THREE.js reposition vertices for RingGeometry -

assembly - What is the addressing mode for ld, add, and rjmp instructions? -