Yitzchak Schaffer wrote: > Greetings all -- > > I managed to get RT 3.6.5 running under FreeBSD 6.2, MySQL and Apache > 2.2 with mod_perl via the rt36, mysql50-server, apache22, and mod_perl2 > ports. When I fire up Apache and login as root, I can follow links, but > I have to re-enter the login at each link. I'm using Firefox 2.0.0.11 > and IE6, and I see a cookie called RT_SID_...... > > I didn't encounter this problem when I installed from RT source under > Debian with comparable packages and config settings. Any ideas? > > Many thanks, >
I have much the same setup you do -- I found this fix on the list: ALTER TABLE sessions MODIFY a_session longblob ; which worked for me. See: http://lists.bestpractical.com/pipermail/rt-users/2006-July/040411.html Cheers, Matthew -- Dr Matthew Seaman The Bunker, Ash Radar Station PGP: 0x60AE908C on servers Marshborough Rd Tel: +44 1304 814800 Sandwich Fax: +44 1304 814899 Kent, CT13 0PL, UK
signature.asc
Description: OpenPGP digital signature
_______________________________________________ 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
