| > I had to turn purging off, and have tried this
with 'accept
> cookies' on and off (above example). What happens is that
> instead of writing a cookie with the value JSESSIONID=
> httrack creates an HTML file as the index of the mirrored
> site after receiving a warning that the index has moved:
> 4:21:31 Warning: File has moved from
>
XX.XXX.XXX.XXX/servlets/sfs?i=1061415216624&b=1061415216624&t=/Default/gateway&include=g
ateway
> to
<http://XX.XXX.XXX.XXX/servlets/sfs;jsessionid=BDDA746E422AC1>
DDD603AD4248DA47B8?s=cpB9D4dbt3HynAUG1&i=1061415216624&b=1061415216624&t=/Defau
lt/gateway&include=gateway
Humm, the server seems to be using the parameter zone after
the path segment (the ; thing) to send a cookie.. weird
(standard?)
> What am i doing wrong?
Well, the cookie is apparently NOT send through the usual
way (a set-cookie header in the http headers) bu using a
redirected URL ; which is a bit weird
You may try to check the server cookie confuguration? | |