I am looking for a sample program /Explantion how to use inmemory storage in express. I want to store the sessionid of valid users so that I need not do the authentication repeatedly. I understand as it is inmemory the data is gone on a restart.
Please let me know ..