Tried deleting everything in sessions table, since this is just a test server and still see the trouble.
My RT_SiteConfig.pm: Set($rtname, 'NCS'); Set($Timezone, 'US/Mountain'); Set($LogToSyslog, ''); Set($LogToFile, 'info'); Set($LogToDir, '/opt/rt3/var/log'); Set( $WebDomain, 'csqidev01.rmtc.fedex.com' ); Set($WebBaseURL, "http://csqidev01.rmtc.fedex.com/"); Set($WebURL, "http://csqidev01.rmtc.fedex.com/"); Set($Organization , "rmtc.fedex.com"); Set($ParseNewMessageForTicketCcs , 1); Set($DevelMode, '1'); Httpd.conf: <VirtualHost 199.82.150.161:80> ServerAdmin root ServerName csqidev01.rmtc.fedex.com ServerAlias csqidev01 DocumentRoot /opt/rt3/share/html AddDefaultCharset UTF-8 PerlModule Apache::DBI PerlModule Apache2::compat PerlRequire /opt/rt3/bin/webmux.pl Alias /NoAuth/Images/ /opt/rt3/share/html/NoAuth/images <Location /> SetHandler perl-script PerlHandler RT::Mason </Location> </VirtualHost> Seeing this with both firefox and IE.. _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users Community help: http://wiki.bestpractical.com Commercial support: [EMAIL PROTECTED] Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com
