Re: Why does encodeURL not include Session ID when switching betweenHTTP and HTTPS

2002-12-01 Thread Raiden
A quick addendum... is there a setting somewhere that I need to explicitly state that my server is www.myserver.com, and therefore regardless of protocol (HTTP or HTTPS), all links at this server should be encoded with the session id? Thanks again, Raiden On Sun, 1 Dec 2002, Raiden wrote:

Re: Why does encodeURL not include Session ID when switching betweenHTTP and HTTPS

2002-12-01 Thread Tim Funk
I think the question to ask is (which I can't answer): Will encodeURL() encode URLS if the request protocol [or for that matter, server] is different? You are switching from http to https. Since this is a different namespace, all bets may be off whether encodeURL will work like the way you

Re: Why does encodeURL not include Session ID when switching betweenHTTP and HTTPS

2002-12-01 Thread Milt Epstein
On Sun, 1 Dec 2002, Raiden wrote: Hello, I have searched the archives, and while I have seen several people ask this question, there doesn't seem to be an agreed upon answer/solution. I am using Tomcat 4.1.12. When cookies are on, I can switch bettween http and https just fine, while