Re: [rt-users] Persistent sessions

2011-11-29 Thread Ruslan Zakirov
Hello Yan, Are you still struggling with setting up auto-login, go to search and refresh page? Try link like the following as a start: http://localhost:/?user=rootpass=passwordq=general In RT 4 it logs in and redirects to the search. On Tue, Nov 29, 2011 at 2:24 AM, Yan Seiner

[rt-users] Persistent sessions

2011-11-28 Thread Yan Seiner
I need to set up a status board - something like the displays at airports. The board needs to auto-login on startup as a particular user. I found this: http://requesttracker.wikia.com/wiki/PersistentSessions Which is close but it will affect all users. I'm looking to do this for one user

Re: [rt-users] Persistent sessions

2011-11-28 Thread Yan Seiner
On Mon, November 28, 2011 2:05 pm, Yan Seiner wrote: Is anyone aware of an extension that works as a status board or info board? Following up on this, is there any way to get RT to go directly to a specific search result (instead of home page) and also directly to the history display of a

Re: [rt-users] Persistent sessions

2011-11-28 Thread Bart
Not sure about the persistant login plugin, never tried it. We do something similar where we rely on our browser for logging in a user and keeping it's session active/remember the session if it restarts. But the link you've posted seems pretty nice and I think it would do the trick, since it works

[rt-users] Persistent sessions

2008-10-16 Thread David Chandek-Stark
I have tried the recipe for persistent sessions at http://wiki.bestpractical.com/view/PersistentSessions and it appears to work as intended. (FWIW the main reason for implementing this change was to make the RefreshHomepage setting persist.) However, RT seems to be touching the sessions

Re: [rt-users] Persistent Sessions

2006-06-13 Thread Stefan Lesicnik
Stefan - Sounds like maybe a cookie issue? I had a similar problem at one point, which turned out to be a combination of * the presence of a couple of firefox settings and * the absence of anything like a mind on my part. (I'm hoping the latter condition was

Re: [rt-users] Persistent Sessions

2006-06-13 Thread Covington, Chris
I have had the same exact problem for about a month or so w/no resolution. RT 3.4.5, mysql (4.1.19 5.0.22), fastcgi, apache 2.0.54. As a workaround I switched to Apache auth rather than rt's cookie-based auth. --- Chris Covington IT Plus One Health Management 75 Maiden Lane Suite 801 NY, NY

RE: [rt-users] Persistent Sessions

2006-06-13 Thread Schultz, Eric
:[EMAIL PROTECTED] On Behalf Of Joshua Colson Sent: Tuesday, June 13, 2006 8:31 AM To: Stefan Lesicnik Cc: rt-users@lists.bestpractical.com Subject: Re: [rt-users] Persistent Sessions On Mon, 2006-06-12 at 17:46 +0200, Stefan Lesicnik wrote: Hi Guys, I hope someone can help me. I have two

Re: [rt-users] Persistent Sessions

2006-06-12 Thread Stephen Turner
At Monday 6/12/2006 11:46 AM, Stefan Lesicnik wrote: Hi Guys, I hope someone can help me. I have two computers both running Gentoo Linux, PHP 5.1.2 / 5.1.4, perl 5.8.8, perl fcgi 0.67 and RT 3.4.5. The one machine is using perl, the other using fastcgi. I am experiencing pretty much the same