Gábor Suhai
Results
2
comments of
Gábor Suhai
Hi, I forked, mavenized and made available this project through the [Maven Central Repository](http://search.maven.org/#artifactdetails%7Cnet.nczonline.web%7Cprops2js%7C1.0.1%7Cjar). Regards Gábor
A quick and dirty workaround: ```javascript let session = request.session; await session.destroy(); await session.regenerate(); session = null; // just to make sure you don't use it or session = request.session...