Connect.sid in express using express-session
connect.sid in express session refreshes when I reload page, why... the id is same but just when timeout is reached, the connect.sid is destroyed but if I refresh page, it is regenerated, is that normal behaviour ?
1 Reply
Is that normal for a cookie to be refreshed on a page reload in general ?
should we prevent that?