Response.redirect problem in IE
-
Hi friends, I hav got a problem while redirecting my web interface to other remote web interface. Here the scenario is, i hav integrated my web interface with other remote web interface, A link on remote web interface will route to my web interface with user credentials, after validation browses through my web. I am using response.redirect to redirect to pages. this is working fine in Firefox and chrome but does not work in IE, m getting session expire problem in IE. pls suggest , thanks in advance. Regards Surender No Defeat Is Final Until You Stop Trying!.......
-
Hi friends, I hav got a problem while redirecting my web interface to other remote web interface. Here the scenario is, i hav integrated my web interface with other remote web interface, A link on remote web interface will route to my web interface with user credentials, after validation browses through my web. I am using response.redirect to redirect to pages. this is working fine in Firefox and chrome but does not work in IE, m getting session expire problem in IE. pls suggest , thanks in advance. Regards Surender No Defeat Is Final Until You Stop Trying!.......
I sorted it out myself after googling for sometime. By adding HTTPHEADER P3P:CP="CAO PSA OUR" In IIS resolved my problem. Hope this would help others. Regards Surender No Defeat Is Final Until You Stop Trying!.......