A newbie Question here, I have searched on stackOverflow and nothing has answered my question...
I have a home site lets say homesite.com there I have a login and if everything went smoothly I redirect the user to app.homesite.com there I look at the session or localstorage to see if it is a valid user
my question is how can I have the session or localstorage always saved? because when my page changes to another url the memory is gone... I am testing the pages locally localhost8808 and localhost9000 I don't know if this has something to do with that