I am currently using asp.net membership database on multiple apps. I am not looking for single sign on function. My desire is to be able to logged in at the same time on multiple apps.
But currently, when I log into one app, the other one is logged out instantly. I think the apps issues some kind of Token inside the database so when I log into one app, the other one logs out.
How can I get around this thing?