[rt-users] RT 3.8.1 Keeps requiring a login after search
Dave Royer
droyer at emersontech.net
Tue Sep 30 12:25:11 EDT 2008
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
More information about the rt-users
mailing list