egg icon indicating copy to clipboard operation
egg copied to clipboard

session 不支持设置domain吗 尝试了如下设置均不生效

Open sunny-fun opened this issue 3 years ago • 2 comments

尝试了如下设置均不生效 文档中也没找到

config.session = { key: 'EGGSESSION', maxAge: 2592000000, httpOnly: false, encrypt: true, renew: true, domain: 'http://*.xxx.cn' };

config.session = { key: 'EGGSESSION', maxAge: 2592000000, httpOnly: false, encrypt: true, renew: true, domain: ['http://api.xxx.cn','http://www.xxx.cn'] };

sunny-fun avatar Mar 09 '22 15:03 sunny-fun

remove http:// and *

fre2d0m avatar Apr 01 '22 06:04 fre2d0m

可以设置吗,那个评论没看懂

lhy9324 avatar May 20 '22 11:05 lhy9324