I am running my client(frondend) app express app in a port 3000 and another admin express app in 8080.
But when I am navigating any pages or refreshing any page in client express app, the session in admin app is lost and redirecting to login.
I am using Express-session npm for admin and frond end is just like a cms frondend, ie no sessions or anything complex. Can any body tell me why is this happening?