
gcadieux at securetechnologies
Sep 22, 2008, 7:26 AM
Post #1 of 1
(436 views)
Permalink
|
|
Fixed issue with repeated logins
|
|
I tried again to search for possible fixes using different keywords this time and found a solution. What fixed it for me was uncommenting "Set($WebSessionClass , 'Apache::Session::File);" in my RT_SiteConfig.pm file. i had tried using "ALTER TABLE sessions CHANGE a_session a_session LONGBLOB;", which did nothing useful, so after i managed to fix the issue i ran a "ALTER TABLE sessions CHANGE a_session a_session LONGTEXT;", which i hope brings it back to its standard type? please let me know if this is correct. thanks. Gabriel Cadieux Systems Engineer & IT Security Analyst STI - Secure Technologies International, Inc. Tel. (613) 830-3131 ext. 304 Cel. (613) 608-4635 Fax. (613) 830-5320 www.securetechnologies.ca _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users Community help: http://wiki.bestpractical.com Commercial support: sales[at]bestpractical.com Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com
|