Secbone / koa-session2

Middleware for Koa2 to get/set session
MIT License
153 stars 30 forks source link

Session key from cookie? #41

Closed antonsegerkvist closed 6 years ago

antonsegerkvist commented 6 years ago

When a session key already exists in the browser and is sent to the server the session key is reused. Is this the indented behaviour?

Best Regards Anton

Secbone commented 6 years ago

@antonsegerkvist yes, if you didn't refresh the key, it will be reused.

antonsegerkvist commented 6 years ago

@Secbone Ok. Tanks 👍

Best Regards Anton