Re: url encoding in ie6

2008-02-03 Thread John Pedersen
Sorry I missed this information - it's been a long day.

Clearing the browser cache and opening a new window - works fine. Don't know
what the problem was, as I've made a few changes since I first posted, but
it works now.

Thanks very much.

John

On 03/02/2008, Konstantin Kolinko <[EMAIL PROTECTED]> wrote:
>
> What do you observe?
>
> When authentication form is shown, does it include session id in its
> target url (in its HTML source)? Does jsessionid shows up in the url
> in the address bar?
>
> Is the problem reproducible if you clear the browser cache and start
> from a new (blank) browser window?
>
> What Tomcat version are you using?
>
>
> 2008/2/3, John Pedersen <[EMAIL PROTECTED]>:
> > I have just implemented url encoding in my app, so that it now works in
> > Opera, FF, IE7 with cookies either enabled or disabled. When cookies are
> > disabled, I get the jsessionid showing up in the url. (Most pages
> require
> > the user to be logged in ).
> >
> > It doesn't work for ie6 though. With cookies disabled, I keep being sent
> > back to the login page.
> >
> > Is there something different in the way ie6 handles sessions?
> >
>


Re: url encoding in ie6

2008-02-03 Thread Konstantin Kolinko
What do you observe?

When authentication form is shown, does it include session id in its
target url (in its HTML source)? Does jsessionid shows up in the url
in the address bar?

Is the problem reproducible if you clear the browser cache and start
from a new (blank) browser window?

What Tomcat version are you using?


2008/2/3, John Pedersen <[EMAIL PROTECTED]>:
> I have just implemented url encoding in my app, so that it now works in
> Opera, FF, IE7 with cookies either enabled or disabled. When cookies are
> disabled, I get the jsessionid showing up in the url. (Most pages require
> the user to be logged in ).
>
> It doesn't work for ie6 though. With cookies disabled, I keep being sent
> back to the login page.
>
> Is there something different in the way ie6 handles sessions?
>

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



url encoding in ie6

2008-02-03 Thread John Pedersen
Hi,

I have just implemented url encoding in my app, so that it now works in
Opera, FF, IE7 with cookies either enabled or disabled. When cookies are
disabled, I get the jsessionid showing up in the url. (Most pages require
the user to be logged in ).

It doesn't work for ie6 though. With cookies disabled, I keep being sent
back to the login page.

Is there something different in the way ie6 handles sessions?

Thanks,

John