Do I need to use session or cookie in my express server for registration only form?

Viewed 10

I 'm creating a (nodeJs, expressJs, EJS template engine) registration form which is only collect data from user and then store it in database.

Do I need to use session or cookie or cookie-session or cookie parser. ?

It is only registration form. Not for login.

The form is for a private company which collects some personal information like ID, address, phone number to their employees.

Registration forms requires cookies and sessions?

0 Answers
Related