|
From: Chris W. <ch...@cw...> - 2002-06-15 17:57:04
|
On Sat, 2002-06-15 at 13:55, Allen Day wrote: > I changed both server.ini and server.perl to use > OpenInteract::Cookies::CGI, restarted the server, and I am still getting > the same errors. I have tried on both Linux Netscape 4.76 and Windows > MSIE 5.0. First thing: see if any sessions were saved to the database. Just do a 'select id from sessions' in whatever database you're using. If not, then something is screwy with your session setup. (What database are you using, by the way?) If there is at least one then the next thing is to view logging information for a request. Set your DEBUG in server.ini to 1, stop and restart the server then try to login and then request another page and see if you find anything interesting in $WEBSITE_DIR/logs/error_log_modperl. If nothing jumps out at you, snip out these requests from the log and send it to the list. Also, just get rid of the server.perl file. It's there for backward compatibility. Chris -- Chris Winters (ch...@cw...) Building enterprise-capable snack solutions since 1988. |