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

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -