Response.Redirect

  • Thread starter Thread starter A.M
  • Start date Start date
A

A.M

Hi,

How safe is Response.Redirect in terms of client browser capablities and
security/privacy settings?
Can user change the browser's setting so Response.Redirect doesn't work?

Thanks,
Alan
 
A.M said:
Hi,

How safe is Response.Redirect in terms of client browser capablities
and security/privacy settings?

Well, its part of HTTP 1.0 and 1.1, though rarely (never?) implemented
according to the RFCs, which probably won't matter to you. It's safe to use.
Can user change the browser's setting so Response.Redirect doesn't
work?

Depends on the browser. Opera for example is capable of that.

Cheers,
 
Back
Top