﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » Role Based Security  » Prevent User from logging into same program multiple times...</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 05:50:23 GMT</lastBuildDate><ttl>20</ttl><item><title>Prevent User from logging into same program multiple times...</title><link>http://forum.strataframe.net/FindPost13254.aspx</link><description>Is there a way to prevent the same user from logging into the same program more than once? For instance sometimes we have people use one persons login credentials from more than one computer. &lt;/P&gt;&lt;P&gt;Thanks</description><pubDate>Fri, 04 Jan 2008 16:07:22 GMT</pubDate><dc:creator>StarkMike</dc:creator></item><item><title>RE: Prevent User from logging into same program multiple times...</title><link>http://forum.strataframe.net/FindPost13260.aspx</link><description>You can mange this yourself by handling the CurrentUserChanged event (MicroFour.StrataFrame.Security.SecurityBasics.CurrentUserChanged).&amp;nbsp; YOu could create a temp table or something of that nature that prevents people from logging in with the same account more than&amp;nbsp;once.&amp;nbsp; So when the event fires, you can check this table and if the user is already logged in, then lock the session to force them to log back in or close your app.&amp;nbsp; But it can be done, but there is not any native logic to do this.</description><pubDate>Fri, 04 Jan 2008 16:07:22 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>