|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
Logout time out/Session timeoutHey guys, is it possible to change how long before you are logged out?
Cheers. ----------------------- N: Jon Hardcastle E: Jon@... '..Be fearful when others are greedy, and be greedy when others are fearful.' ----------------------- ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ mantisbt-help mailing list mantisbt-help@... https://lists.sourceforge.net/lists/listinfo/mantisbt-help |
|
|
Re: Logout time out/Session timeoutI´ve already looked for this info too, but didn´t find anything...
Is it possible..? On Wed, Nov 12, 2008 at 1:13 PM, Jon Hardcastle <jd_hardcastle@...> wrote: Hey guys, is it possible to change how long before you are logged out? ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ mantisbt-help mailing list mantisbt-help@... https://lists.sourceforge.net/lists/listinfo/mantisbt-help |
|
|
Re: Logout time out/Session timeoutOn Wed, Nov 12, 2008 at 4:13 PM, Jon Hardcastle <jd_hardcastle@...> wrote:
> Hey guys, is it possible to change how long before you are logged out? I think you can change this setting: # time for 'permanent' cookie to live in seconds (1 year) $g_cookie_time_length = 30000000; it's in seconds, so one day would be 86400. -- Gianluca Sforna http://morefedora.blogspot.com http://www.linkedin.com/in/gianlucasforna ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ mantisbt-help mailing list mantisbt-help@... https://lists.sourceforge.net/lists/listinfo/mantisbt-help |
|
|
Re: Logout time out/Session timeout--- On Wed, 12/11/08, Gianluca Sforna <giallu@...> wrote:
> From: Gianluca Sforna <giallu@...> > Subject: Re: [mantisbt-help] Logout time out/Session timeout > To: Jon@..., "Help with Mantis" <mantisbt-help@...> > Date: Wednesday, 12 November, 2008, 3:41 PM > On Wed, Nov 12, 2008 at 4:13 PM, Jon Hardcastle > <jd_hardcastle@...> wrote: > > Hey guys, is it possible to change how long before you > are logged out? > > I think you can change this setting: > > # time for 'permanent' cookie to live in seconds (1 > year) > $g_cookie_time_length = 30000000; > > it's in seconds, so one day would be 86400. > > > > -- > Gianluca Sforna > Thanks, But I don't think that is why i am looking for... my users are complaining it times out too soon.. that default timeout would indicate they would never have seen it time out... they mean how long before they are autologged off..? ----------------------- N: Jon Hardcastle E: Jon@... '..Be fearful when others are greedy, and be greedy when others are fearful.' ----------------------- ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ mantisbt-help mailing list mantisbt-help@... https://lists.sourceforge.net/lists/listinfo/mantisbt-help |
|
|
Re: Logout time out/Session timeoutOn Wed, Nov 12, 2008 at 4:49 PM, Jon Hardcastle <jd_hardcastle@...> wrote:
> But I don't think that is why i am looking for... my users are complaining it times out too soon.. that default timeout would indicate they would never have seen it time out... they mean how long before they are autologged off..? The only other timeout I know of is the reauthentication requested to admins (default 5 minutes). You can change that with: $g_reauthentication = ON; $g_reauthentication_expiry = 60*5; the former enable the "feature" (put it to OFF to disable), the latter sets the expiration -- Gianluca Sforna http://morefedora.blogspot.com http://www.linkedin.com/in/gianlucasforna ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ mantisbt-help mailing list mantisbt-help@... https://lists.sourceforge.net/lists/listinfo/mantisbt-help |
|
|
Re: Logout time out/Session timeout--- On Wed, 12/11/08, Gianluca Sforna <giallu@...> wrote:
> From: Gianluca Sforna <giallu@...> > Subject: Re: [mantisbt-help] Logout time out/Session timeout > To: Jon@... > Cc: "Help with Mantis" <mantisbt-help@...> > Date: Wednesday, 12 November, 2008, 4:03 PM > On Wed, Nov 12, 2008 at 4:49 PM, Jon Hardcastle > <jd_hardcastle@...> wrote: > > But I don't think that is why i am looking for... > my users are complaining it times out too soon.. that > default timeout would indicate they would never have seen it > time out... they mean how long before they are autologged > off..? > > The only other timeout I know of is the reauthentication > requested to > admins (default 5 minutes). > > You can change that with: > > $g_reauthentication = ON; > $g_reauthentication_expiry = 60*5; > > the former enable the "feature" (put it to OFF to > disable), the latter > sets the expiration > > -- > Gianluca Sforna > > http://morefedora.blogspot.com > http://www.linkedin.com/in/gianlucasforna Thank you! ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ mantisbt-help mailing list mantisbt-help@... https://lists.sourceforge.net/lists/listinfo/mantisbt-help |
| Free Forum Powered by Nabble | Forum Help |