I want to make json file for every users who visit the site. I'm using NodeJS express Js with EJS template. I don't want to use mongoDB. I want to use json file as the db. When user visit the site and fill the form. the form data will stored in json file. Every new users who visited the site it make a new json file store the data of that specific user. Can anyone done this?. I don't know how to use cookie and session.