koajs / generic-session

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

if user disabled the cookie store in client side(browser) #124

Closed seap closed 4 years ago

seap commented 7 years ago

if user disabled the cookie store in client side(browser), it means the session will be changed every time。 So I need transfer the session by request body, not by head cookie , how to config this middleware?