I looked at django/contrib/sessions/middleware.py and there's no logging
or printing happening there.
That the syslog ends up with this info probably means that django prints
it out on the console, which would normally end up in your apache's
error log. Probably you configured apache to send it to the syslog instead.
Printing on the console means "print ..." or a logger that's configured
to print to the console. Did you do the latter?
My guess: someone put a print statement in
django/contrib/sessions/middleware.py for debug purposes. So check the
django that your site is using and see if you have to beat someone with
a stout stick.
Reinout
--
Reinout van Rees http://reinout.vanrees.org/
rei...@vanrees.org http://www.nelen-schuurmans.nl/
"If you're not sure what to do, make something. -- Paul Graham"