koajs / generic-session

koa session store with memory, redis or others.
MIT License
414 stars 65 forks source link

fix: copy cookie options instead of using reference #137

Closed ejose19 closed 3 years ago

ejose19 commented 3 years ago

Since cookie options are flat, there's no need for a deep copy. It was probably a mistake that we're modifying the supplied options.

niftylettuce commented 3 years ago

thanks, published in v2.2.0