<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">This patch is adapted from something Ian posted for 3.6.4 adapted for 3.8.2.  Jesse, please consider adopting this for the mainline as it is a popular question and this patch allows the person to override the default.<div><br><div><div>--- html/autohandler_orig    2009-02-12 11:31:49.000000000 -0800</div><div>+++ html/autohandler 2009-02-12 11:42:02.000000000 -0800</div><div>@@ -208,6 +208,13 @@</div><div>                         if defined $new_user_info->{$attribute};</div><div>                 }</div><div>                 $session{'CurrentUser'}->Load($user);</div><div>+</div><div>+                unless( $session{'home_refresh_interval'} ) {</div><div>+                    $session{'home_refresh_interval'} = $RT::HomeRefreshInterval;</div><div>+                }</div><div>+                unless( $session{'tickets_refresh_interval'} ) {</div><div>+                    $session{'tickets_refresh_interval'} = $RT::TicketsRefreshInterval;</div><div>+                }</div><div>             }</div><div>             else {</div><div> </div><div>@@ -273,6 +280,13 @@</div><div>             $m->abort;</div><div>         }</div><div>         $session{'CurrentUser'} = $user_obj;</div><div>+        unless( $session{'home_refresh_interval'} ) {</div><div>+            $session{'home_refresh_interval'} = $RT::HomeRefreshInterval;</div><div>+        }</div><div>+        unless( $session{'tickets_refresh_interval'} ) {</div><div>+            $session{'tickets_refresh_interval'} = $RT::TicketsRefreshInterval;</div><div>+        }</div><div>+</div><div>         $RT::Logger->info(</div><div>             "Successful login for $user from $ENV{'REMOTE_ADDR'}");</div><div>         $m->callback( %ARGS, CallbackName => 'SuccessfulLogin' );</div><div><br></div><div><br></div><div><br></div><div><br><div> <span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><div style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><p style="margin: 0.0px 0.0px 0.0px 0.0px"><font face="Helvetica" size="3" style="font: 12.0px Helvetica">--<span class="Apple-converted-space"> </span></font></p><p style="margin: 0.0px 0.0px 0.0px 0.0px"><font face="Helvetica" size="3" style="font: 12.0px Helvetica">Jo Rhett</font></p><p style="margin: 0.0px 0.0px 0.0px 0.0px"><font face="Helvetica" size="3" style="font: 12.0px Helvetica">Net Consonance : consonant endings by net philanthropy, open source and other randomness</font></p></span></span></span></span></div><br class="Apple-interchange-newline"></span> </div><br></div></div></div></body></html>