[AWS] cookie
David Marceau
davidmarceau@sympatico.ca
Thu, 21 Nov 2002 16:47:36 -0500
> Michal Morawski wrote:
>
> I have the following problem:
>
> Other server sent a cookie to client, then redirects cliebt to
> AWS. Then AWS should read the value of this cookie and behave
> properly.
>
> Can I do it in simply?
>
> Micha? Morawski
>
>
Quoted from this link:
http://www.webdeveloper.com/cgi-perl/noparse.html
print "HTTP/1.0 304 Redirect\nContent-Type: text/html\nSet-Cookie:
$cookie\nLocation:http://whatever\n\n";
Again I am guessing but I would think that the aws server session id
should be passed also if you want the aws session handling api to get
the cookie data that you passed along.
I hope this helps.
Cheers :)