[%# This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # # This Source Code Form is "Incompatible With Secondary Licenses", as # defined by the Mozilla Public License, v. 2.0. #%] [%# INTERFACE: # sessions: array. Array of sessions this user has. # session_max: int. Number of sessions that can be displayed at once. # session_count: int. Total of number of sessions for the user. # too_many_sessions: boolean. True if there are more than 20 sessions. #%]

Here you can see your active [% terms.Bugzilla %] sessions. You can logout these sessions, which means when you use [% terms.Bugzilla %] from that location again you will have to log back in.

Note that you may not logout your current session from this page. You can use the "Logout" link from the top right menu for that.

Active Sessions

[% IF too_many_sessions %]

You have [% session_count FILTER html %] sessions. Display limited to most recent [% session_max FILTER html %].

[% END %]

[% FOREACH session IN sessions %] [% END %] [% END %]
Last used IP Address IP Restriction Logout
[% session.lastused FILTER time %] [% session.ipaddr OR "Unknown" FILTER html %] [% session.restrict_ipaddr ? "Restricted" : "Unrestricted" FILTER html %] [% IF session.current %] (current) [% ELSE %]