Gabriel Cadieux wrote: > my similar issue was at every click to anything, not just searching, > and was related to storing sessions in the mysql db instead of on > the filesys. a quick disable of the db-stored-sessions option in RT's > config file fixed it (didn't feel like fixing the actual problem, and > the workaround is fine for our environment, so it works for us) Thanks for the tip. The same thing seemed to work for me. For anyone else in need, I just added Set($WebSessionClass , 'Apache::Session::File'); to the RT_SiteConfig.pm file.
Thanks again for the help. Dave _______________________________________________ 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
