Yes,

I am having trouble when I try to pass this string in ASP as a response.redirect:
[COLOR=sea-green]cookies.asp?redirect='login.asp?error=password&redirect=/cup2002/layout.asp'
[/COLOR]

However when the url arrives at cookies.asp, it is now:

'login.asp?error=password, /cup2002/layout.asp

The &redirect= has been replaced by a , . Does anyone know a solution for this?