Page Rendering occurs blank page because of Old Cookie
Posted
by user333177
on Stack Overflow
See other posts from Stack Overflow
or by user333177
Published on 2010-05-06T06:15:33Z
Indexed on
2010/05/06
6:18 UTC
Read the original article
Hit count: 340
Hi!
I am developing application using J2EE (JSF,RichFaces, Jetty/Glashfish). Sometimes when I click on some link I get nothing returned to the browser at all (blank page). But when i refresh the page all contents appears in page.
After some trail and error i found that it is cookies problem: It happens bez some old cookie not deleted by browser so this problem occurs.
We also change web.xml file:
but it creates more problem it doesn't maintain the session in application.
Please friends if you have any suggestion on this problem help us.
© Stack Overflow or respective owner