Hi,
I've got a ComingSoon.aspx page with a Login link that opens the Login popup module. The ComingSoon page is set currently as my home page. I've go a redirection setup to navigate to Home.aspx after login. This all works fine the first time however successive attempts don't redirect due to the caching of the browser(s). i.e. successive logout/login stay on the ComingSoon.aspx and don't redirect to Home.aspx. If I clear the browser cache all works fine again. I'm trying to establish whether I'm doing this correctly or whether this should be done another way. I've tried setting HttpContext.Current.Response.Cache.SetCacheability(HttpCacheability.NoCache); in the code behind however doesn't seem to help
Thanks