[rt-users] Clicking a link brings me back to login page

Juan Mas juan.mas at gmail.com
Tue Mar 4 17:10:54 EST 2008


Thanks Kenn.  Your solution worked.  I uncommented the WebSessionClass
in SiteConfig.  SetupSessionCookies already had the line in the code.
Does anyone know any pros/cons to this setup?  Thanks.

-Juan

On Tue, Mar 4, 2008 at 4:55 PM, Kenneth Crocker <KFCrocker at lbl.gov> wrote:
> Juan,
>
>
>
>         I've found that this is more common than I thought. There are at least
>  a couple possible reasons, one has to do with setting up your sessions
>  table (MySQL) and the other has to do with how FireFox and IE handle
>  cookies along with Apache. This is how we handled it:
>
>         1) make a change in RT_SiteConfig.pm
>         "Set($WebSessionClass, 'Apache::Session::File');"
>
>         2) Set SetupSessionCookies overrides (type "vi SetupSessionCookies"
>  <enter>); as follows:
>
>         Modify "my $session_properties;" by adding "Transaction   => 1," to the
>  code at end before the "else" line."
>
>         This did it for us, but we don't use the DataBase SESSION Table.
>         Hope this helps.
>
>  Kenn
>  LBNL
>
>
>
>  On 3/4/2008 1:22 PM, Juan Mas wrote:
>  > Hi All,
>  >
>  > I just got RT 3.6.6 installed on gentoo and followed the installation
>  > instructions step by step.  I am able to get to the login page and
>  > login using root, but when I click on any link it brings me back to
>  > the login screen.  I can then log in and it will take me to where I
>  > need to go but I have to do this after every link I click.  I tried
>  > searching the archives but didn't find any answers.  Does anyone know
>  > a solution to this?
>  >
>
>



-- 
-Juan



More information about the rt-users mailing list