If i am understaning your question correctly, it seems to be related to
resave: true,
saveUninitialized: true,
resave: true = saves a session even if no changes made.
saveUninitialized: true = creates an empty session.
Try setting those to false and see if that helps