<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">SOLVED<br><br>Ok i found out what was wrong, I had a trailing '/' in $WebBaseURL, and whenever I performed one of those actions the url changed to something like:<br><br><a href="http://server.com//rt/">http://server.com//rt/</a><br><br>Because of the two forward slashes after the hostname the already stored cookie wasn't being sent. Removing the trailing slash from the $WebBaseURL solved it.<br><br>Thank you for your time.<br><br>Paulo F. Andrade<br><a href="mailto:pauloandrade@ist.utl.pt">pauloandrade@ist.utl.pt</a><br><div><div><br class="webkit-block-placeholder"></div><div>On Feb 11, 2008, at 6:56 PM, Paulo Filipe Andrade wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Hi,<br><br>I'm testing out rt3.6.6 and found that every time I create a ticket,  <br>update a ticket, or take a ticket (possibly even with more actions) I  <br>get sent back to the login page.<br><br>In the logs  everything seems fine..<br><br>I have set firefox to ask me before storing cookies, and found that  <br>whenever I click one of the mentioned actions I get a new session  <br>cookie. Of course, in the new session I'm not yet authenticated,  <br>therefore I get sent back to the login page.<br><br>I'm using postgres, but have also tried setting $WebSessionClass to  <br>'Apache::Session::File', but the problem persists.<br><br>I have searched and found many others with this type of problem  <br>(example: <a href="http://www.gossamer-threads.com/lists/rt/users/58833?search_string=back%20to%20login;#58833)">http://www.gossamer-threads.com/lists/rt/users/58833?search_string=back%20to%20login;#58833)</a> <br>, but have not found a solution!<br><br>Any guidance toward debugging this is welcome!<br><br>Paulo F. Andrade<br><a href="mailto:pauloandrade@ist.utl.pt">pauloandrade@ist.utl.pt</a><br><br><br><br>_______________________________________________<br>http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users<br><br>Community help: http://wiki.bestpractical.com<br>Commercial support: sales@bestpractical.com<br><br><br>Discover RT's hidden secrets with RT Essentials from O'Reilly Media. <br>Buy a copy at http://rtbook.bestpractical.com<br></blockquote></div><br></body></html>