[rt-users] 3.6.1/https logout with opera
Jan Korbel
jackc at teptin.net
Fri Oct 27 03:47:26 EDT 2006
Hello.
I have 3.6.1 on Debian Sarge with Apache2 and backported
libapache2-mod_perl2. I have HTTPS only site with redirect fix:
lib/RT/Interface/Web.pm:
196c196
< $uri->port($ENV{'SERVER_PORT'});
---
> #$uri->port($ENV{'SERVER_PORT'});
(see my posts from last week)
Also i changed another $ENV{'SERVER_PORT'} statement in
share/html/Elements/SetupSessionCookie:
50c50
< my $cookiename = "RT_SID_".$RT::rtname.".".$ENV{'SERVER_PORT'};
---
> my $cookiename = "RT_SID_".$RT::rtname.".".$RT::WebPort;
But i still have some problems with logout, in Opera browser 9.02
sometimes i can't logout, every click on Logout redirect me to the home
page of RT. FF is going fine.
Do you have some idea where the problem can be?
Thx.
H.
More information about the rt-users
mailing list