I'm seeing multiple sessions being generated per user, and am having trouble diagnosing the problem.- Multiple express instances loadbalanced behind haproxy- Session store shared via connect-redis- Session cookies scoped to '.ourdomain.com', (so should apply to 'ourdomain.com' and 'sub.ourdomain.com')- Authentication with passport- Express v3.2.1Since I can see the sessions being added to the single redis instance, I'm assuming the shared store must be working ok.So then, what might be causing multiple sessions to be generated? Is there any way to switch on debug logging for express sessions? (e.g. id like to be able to see which instance is creating a particular session).Any tips on what to check would be much appreciated....--
You received this message because you are subscribed to the Google Groups "Express" group.
To unsubscribe from this group and stop receiving emails from it, send an email to express-js+...@googlegroups.com.
To post to this group, send email to expre...@googlegroups.com.
Visit this group at http://groups.google.com/group/express-js?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.