Click to See Complete Forum and Search --> : asp redirect function
nicole1981
09-04-2003, 11:08 AM
hi, if i have 2 asp pages each residing on a different server, can i use the redirect function to redirect from 1 asp page to another or will there be some security concerns that will prevent me from redirecting across 2 different servers? thanks.
txmail
09-06-2003, 11:59 PM
Anytime you post info on a server there is going to be a security concern. If you are just redirecting the client then there is probally nothing to worry about, if you are moving a post then you might want to encrypt the data prior to re-directing it as well as using a secure server. If this deals with cookies you might also run into problems if you do not end up on the same site.