<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Invalidating active session if a user logs in from another location</title>
  <link rel="self" href="https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=123107453" />
  <subtitle>Invalidating active session if a user logs in from another location</subtitle>
  <id>https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=123107453</id>
  <updated>2026-04-27T16:52:31Z</updated>
  <dc:date>2026-04-27T16:52:31Z</dc:date>
  <entry>
    <title>RE: RE: Invalidating active session if a user logs in from another location</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123200663" />
    <author>
      <name>Jan Tošovský</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123200663</id>
    <updated>2025-01-22T14:14:49Z</updated>
    <published>2025-01-22T14:14:49Z</published>
    <summary type="html">&lt;p&gt;This indeed works as expected. It needs to be complemented by
  enabling tracking active sessions, which I remember was discouraged
  because of performance, but our community is not so large so it is acceptable.&lt;/p&gt;</summary>
    <dc:creator>Jan Tošovský</dc:creator>
    <dc:date>2025-01-22T14:14:49Z</dc:date>
  </entry>
  <entry>
    <title>RE: Invalidating active session if a user logs in from another location</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123110550" />
    <author>
      <name>Zsigmond Rab</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123110550</id>
    <updated>2025-01-22T14:11:18Z</updated>
    <published>2024-12-06T08:39:52Z</published>
    <summary type="html">&lt;p&gt;Hi Jan,&lt;/p&gt;
&lt;p&gt;Doesn't setting the &lt;em&gt;auth.simultaneous.logins&lt;/em&gt; property to
  &lt;em&gt;false&lt;/em&gt; covers this request?&lt;/p&gt;
&lt;p&gt;See https://github.com/liferay/liferay-portal/blob/master/portal-impl/src/portal.properties#L3480&lt;/p&gt;
&lt;p&gt;Regards,&lt;br&gt; Zsigmond&lt;/p&gt;</summary>
    <dc:creator>Zsigmond Rab</dc:creator>
    <dc:date>2024-12-06T08:39:52Z</dc:date>
  </entry>
  <entry>
    <title>Invalidating active session if a user logs in from another location</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123107452" />
    <author>
      <name>Jan Tošovský</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123107452</id>
    <updated>2024-12-03T11:40:31Z</updated>
    <published>2024-12-03T11:40:31Z</published>
    <summary type="html">&lt;p&gt;
  &lt;strong&gt;Description&lt;/strong&gt;
  &lt;br&gt; It is possible to log in to the application from multiple
  locations under the same user account simultaneously.&lt;/p&gt;
&lt;p&gt;
  &lt;strong&gt;Impact&lt;/strong&gt;
&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;Unauthorized Access: Concurrent logins make it difficult to
    distinguish between legitimate and unauthorized access. An attacker
    gaining access to the account can operate from a different location,
    complicating detection.&lt;/li&gt;
  &lt;li&gt;Account Compromise: If one set of credentials is compromised, the
    attacker can access the account concurrently with the legitimate
    user, potentially leading to unauthorized activities.&lt;/li&gt;
  &lt;li&gt;Monitoring Challenges: Tracking user activities becomes more
    challenging, making it harder to identify suspicious behavior or
    potential security incidents&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;See also:&lt;/p&gt;

&lt;p&gt;https://cheatsheetseries.owasp.org/cheatsheets/Session_Management_Cheat_Sheet.html#simultaneous-session-logons&lt;br&gt; https://cheatsheetseries.owasp.org/cheatsheets/Session_Management_Cheat_Sheet.html#binding-the-session-id-to-other-user-properties&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</summary>
    <dc:creator>Jan Tošovský</dc:creator>
    <dc:date>2024-12-03T11:40:31Z</dc:date>
  </entry>
</feed>
