| Author |
IE9 and JSESSIONID
|
wayne forrest
Greenhorn
Joined: Aug 23, 2010
Posts: 17
|
|
Tomcat comes standard with examples, one is known as the Number Guessing example:
Try it here : http://admin.jsn-server5.com/jsp-examples/num/numguess.jsp
First try it in Chrome and note your score:
and then in IE9.
How does one make this application work in IE9 ???
Lowering the security levels in IE9 helps, but.....
Thanks/
|
 |
Vijitha Kumara
Bartender
Joined: Mar 24, 2008
Posts: 3670
|
|
|
I haven't tried this my self nor used IE9. But what is the kind of security you had to loosen here?
|
SCJP 5 | SCWCD 5
[How to ask questions] [Twitter]
|
 |
wayne forrest
Greenhorn
Joined: Aug 23, 2010
Posts: 17
|
|
I can not remember exactly: try this though:
Settings-->Privacy-->Advanced
"tick" "Override automatic cookie handling" :
Allow Third Party and First Party cookies is also ticked.
Hope that helps: I do remember that the problem was that session variables were not saved / persist on subsequent requests.
|
 |
Vijitha Kumara
Bartender
Joined: Mar 24, 2008
Posts: 3670
|
|
|
Are you saying that the application does not fall back to URL rewriting if the cookies are disabled?
|
 |
wayne forrest
Greenhorn
Joined: Aug 23, 2010
Posts: 17
|
|
|
I am not sure. One will have to test this.
|
 |
Vijitha Kumara
Bartender
Joined: Mar 24, 2008
Posts: 3670
|
|
|
Yep, once you disabled the cookies it won't work as expected.
|
 |
wayne forrest
Greenhorn
Joined: Aug 23, 2010
Posts: 17
|
|
I have finally resolved this
Seems that if you do not *encode* your urls, the server will not revert back to URL rewriting.
For example:
Should resolve the problem, best of luck.
|
 |
Vijitha Kumara
Bartender
Joined: Mar 24, 2008
Posts: 3670
|
|
Glad you solved it
|
 |
 |
I agree. Here's the link: jrebel
|
|
subject: IE9 and JSESSIONID
|
|
|