> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tartini.com.br/llms.txt
> Use this file to discover all available pages before exploring further.

# End sessions on other devices

> See which browsers and phones your account is signed in on, and disconnect anything you don't recognize.

export const Artigo = ({titulo, href, children}) => <a className="lista-artigos-item" href={href}>
    <span className="lista-artigos-texto">
      <span className="lista-artigos-nome">{titulo}</span>
      {children ? <span className="lista-artigos-desc">{children}</span> : null}
    </span>
    <svg className="lista-artigos-seta" viewBox="0 0 24 24" width="18" height="18" aria-hidden="true">
      <path d="M9 6l6 6-6 6" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" />
    </svg>
  </a>;

export const Lista = ({titulo, children}) => <div className="lista-artigos">
    {titulo ? <p className="lista-artigos-titulo">{titulo}</p> : null}
    <div className="lista-artigos-itens">{children}</div>
  </div>;

Every sign-in to Tartini opens a session on the browser or phone used. The list is found in **Configurações > Pessoal > Segurança** (Settings > Personal > Security), under **Sessões ativas** (Active sessions), and shows the device, approximate location, last activity, and creation date of each one.

<Note>
  The Tartini interface is in Portuguese. Screen and button names appear here exactly as on screen, with the translation in parentheses.
</Note>

***

## End a session

In the **Outras sessões** (Other sessions) list, click **Encerrar** (End) on the session's card and confirm. The device is disconnected right away and shows the notice "Sua sessão foi encerrada em outro dispositivo." (Your session was ended on another device.)

***

## End all the others

Click **Encerrar todas** (End all) and confirm. Only this device stays connected.

<Tip>
  If you ended a session you don't recognize, change your password afterward in **Configurações de usuário** (User Settings). See [Edit your profile and notifications](/en/conta/perfil-e-notificacoes).
</Tip>

***

## Sign out of this session

To sign out of the device you're on, use **Sair** (Sign out) in the profile menu or **Sair da conta** (Sign out of account) at the bottom of the Settings page. The current session has no end button in the list.

***

## FAQ

<AccordionGroup>
  <Accordion title="The location shown is wrong.">
    The location is approximate, calculated from the internet address. It may not match the real city.
  </Accordion>

  <Accordion title="I was signed out without doing anything.">
    Someone with access to your account ended the session, or it expired. Sign in again and check the session list.
  </Accordion>
</AccordionGroup>

***

## Related articles

<Lista>
  <Artigo titulo="Turn on two-factor authentication" href="/en/conta/autenticacao-em-dois-fatores">Protect the account with the authenticator app.</Artigo>
  <Artigo titulo="Sign in to Tartini and recover your password" href="/en/conta/entrar-e-recuperar-senha">The sign-in screen.</Artigo>
</Lista>


## Related topics

- [Sign in to Tartini and recover your password](/en/conta/entrar-e-recuperar-senha.md)
- [Get to know the Tartini screen](/en/visao-geral/conheca-a-navegacao.md)
- [Connect WhatsApp by QR Code](/en/canais/whatsapp-qr-code.md)
