> Ahh!! This is the culprit the relative url, Thank you. I have never
> attempted resolving url? Do I take the host info and append the relative
> url ? Should that do the trick? 

http://jakarta.apache.org/commons/httpclient/apidocs/org/apache/commons/httpclient/URI.html#URI(org.apache.commons.httpclient.URI,%20java.lang.String,%20boolean)
http://java.sun.com/j2se/1.4.2/docs/api/java/net/URI.html#resolve(java.lang.String)
http://java.sun.com/j2se/1.4.2/docs/api/java/net/URL.html#URL(java.net.URL,%20java.lang.String)

> But what the session id?

It's either a cookie or in the /path?query part.

cheers,
  Roland


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to