Gentlemen, please suggest
When studying NodeJS, I did not find a module that would allow using sessions in a simple form similar to the PHP language. I mean that I have to write a lot myself. Same identifiers .. Is there any module? What would not reinvent the wheel?
ps I would like to declare a session on any page, set variables, and on another page, at a declared session, consider variables, but if you look at ALL possible examples, including from this forum, who has cookies, who has an entry in MySQL, there is no clear example of the session.