
4 Dec
2008
4 Dec
'08
3:29 p.m.
When I browse to http://localhost:4242/cat?lang=de&aktion=START in my hunchentoot application, I find two entries in the logfile: [2008-12-04 16:23:55] 127.0.0.1 - "GET /cat?lang=de&aktion=START HTTP/1.1" 200 20493 "http://localhost:4242/cat?lang=de&aktion=LOGOUT" "Mozilla ... [2008-12-04 16:23:55] 127.0.0.1 - "GET /cat?lang=de&aktion=START HTTP/1.1" 200 20493 "http://localhost:4242/cat?lang=de&aktion=START" "Mozilla ... Should I worry about that? I am using sessions and I am still using version 0.15.6. Other question: how do I turn off the logfile in a standalone hunchentoot app? Jens