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