Hi All,
I have a JDBCRealm setup and working with Tomcat 3.2.1, Redhat 6.2 (2.4.3
kernel), and MySQL. Everything works fine until I disable cookies in
Internet Explorer (v5.5, WindowsNT 4.0sp6a). Once cookies are disabled, the
realm stops working and doesn't write the JSESSIONID into the URL. Am I
missing anything in the configuration?
Here are the tomcat.log entries:
2001-04-29 04:43:57 - ContextManager: JDBCRealm: Authentication unsuccessful
for user null
2001-04-29 04:44:15 - Ctx( www.mydomain.com: ): From login without a session
I'm assuming that "From login" should really be "Form login". Shouldn't
Tomcat re-write the session id into the URL automatically when cookies are
disabled on the browser?
Any help is appreciated.
Thanks,
--jeff