Hi,
I am using encodeURL and encodeRedirectURL on all links on my app. If I enable cookies on my browser nothing is appended to my URL's and I can navigate throughtout my site no problem.
Using Netscape 6.2, if I disable cookies the sessionID is appended to the URL but I get this following error:
You don't have permission to access /processLogin.jsp;jsessionid=dhn1f9rz91 on this server.
I have tried using both relative and absolute URL's, and still get this. Is this likely a problem with the server? (It's Apache and
Tomcat 3.2) This is very frustrating as I want to allow users that may have cookies disables to still be able to navigate the site.
Any help, tips, suggestions is really welcome!
Pat