Click to See Complete Forum and Search --> : CSS missing
Hi,
I'm not sure why the css is missing when I click on the link:
http://www.calcsmart.com/dobLink.do?do=sign
any help?
Thanks!
csmt
3Pinter
06-07-2006, 03:38 PM
Because the css link should be:
/jsp/include/csmain.css
instead of:
/jsp/include/csmain.css;jsessionid=C6314EC9A4B99454E7DA6EF6D7569754
3Pinter
Hi, 3Pinter
Thanks for the help. But how to prevent it happen? I didn't code like that.
When I click www.calcsmart.com first, then click the link above, it works fine. Anything wrong with my jsp?
csmt
ray326
06-07-2006, 10:18 PM
I don't see a problem but the problem 3Pinter describes is related to using URL rewriting for session maintenance in a Java web container. Turn off URL rewriting and just use cookies for session tracking.
I see, I'll try it.
Thanks a lot,
csmt