I honestly don't know how to properly give a title to this question so please read the post before making any violent reactions.
I'm currently testing the app to the 3 main browsers, Chrome, Firefox and IE. The app works great on Chrome and Firefox except for IE. What happens is after I logged in, I will be redirected to the home page, then after 10-15 seconds, I will be redirected back to the login page again. When I checked the session cookie, The session expiry set to the cookie is current time, so for example it is already 6:20 PM on my clock, the value of the expiration of the cookie is 6:20 PM also. This explains why I get kicked out of the home page.
This is weird because i set the session timeout to 3 mins and it was set correctly on the cookies sent to Chrome and firefox.
Now, I've read this article that states that IE has issues with cookies depending on the domain name.
Currently, the app that I'm working on ddoesn;t have a domain name yet and I'm using the IP address of the server to access the app. Is it the reason why my app doesn't run correctly in IE11??