[rt-users] Spontaneous logouts

Scott Courtney scott at 4th.com
Wed Nov 23 15:20:59 EST 2005


On Wednesday 23 November 2005 08:56, Kolly Mars wrote:
> Sorry,  I forgot to add that I get this problem using Firefox 1.0.7 for
> Linux and IE in windows.

Did you check to make sure the URL you use when initially visiting the site
is the same as the root URL that RT knows about as its destination for
CGI form submissions?

I have seen this sort of thing on other web systems if, for example, the
site's configuration calls it "http://example.com/" but you actually type
"http://www.example.com/" to get there. As long as the www variant does
a true redirect to the non-www version (or vice-versa), you're fine, but
if it is just a ServerAlias directive with no redirection, you can
encounter this problem.

I've not specifically seen this on RT, but it's common to other systems
that do authentication and session management similarly.

You can use Apache's rewrite engine to perform the redirection if needed, if
this indeed turns out to be the source of the problem.

Scott

-- 
------------------------------------------------------------------------------
Scott Courtney         | "I don't mind Microsoft making money. I mind them
scott at 4th.com          | having a bad operating system."    -- Linus Torvalds
http://4th.com/        | ("The Rebel Code," NY Times, 21 February 1999)
                       | PGP Public Key at http://4th.com/keys/scott.pubkey



More information about the rt-users mailing list