I have a peculiar problem.
I have a VB.Net Web application deployed on the server and it was working with all browsers (IE/Chrome/Firefox/Safari)
Now we switched the .Net Framework from 3.5 to 4.0 and the application works perfectly fine on every browser EXCEPT Chrome.
In chrome, the session is retained as long as I am on the same page. But surprisingly, I just loose the session on using "Response.Redirect(....)" to another page.
I tried chrome in Windows and even Chrome on MAC. It is the same behavior. Cookies are enabled and we have not changed anything else except the framework.
I am totally lost here.