<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : IEntityLoginManager Help</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2010 : IEntityLoginManager Help</description>
  <pubDate>Wed, 13 May 2026 01:56:06 -700</pubDate>
  <lastBuildDate>Tue, 14 Aug 2012 10:54:00 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=3574</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>IEntityLoginManager Help :   We had pessimistic concurrency...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3574&amp;PID=14182#14182</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1264" rel="nofollow">katit</a><br /><strong>Subject:</strong> 3574<br /><strong>Posted:</strong> 14-Aug-2012 at 10:54am<br /><br />We had pessimistic concurrency in one app. You can't reliably do anything like this in Web environment. In our case it worked because in case of connection loss or user error (close browser) there was option to "unlock" records using managers password. Things like this can work..]]>
   </description>
   <pubDate>Tue, 14 Aug 2012 10:54:00 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3574&amp;PID=14182#14182</guid>
  </item> 
  <item>
   <title>IEntityLoginManager Help :   mgood, unfortunately pessimistic...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3574&amp;PID=14181#14181</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1499" rel="nofollow">matt.cavagnaro</a><br /><strong>Subject:</strong> 3574<br /><strong>Posted:</strong> 14-Aug-2012 at 10:44am<br /><br />mgood, unfortunately pessimistic concurrency is the easier route to go for our app and is not something we can easily back out of at this time. Thank you for your input, I'll keep DevForce's concurrency solution in mind for the future.]]>
   </description>
   <pubDate>Tue, 14 Aug 2012 10:44:46 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3574&amp;PID=14181#14181</guid>
  </item> 
  <item>
   <title>IEntityLoginManager Help :   What you are trying to solve...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3574&amp;PID=14177#14177</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1005" rel="nofollow">mgood</a><br /><strong>Subject:</strong> 3574<br /><strong>Posted:</strong> 13-Aug-2012 at 1:56pm<br /><br />What you are trying to solve here is the #1 reason to never use&nbsp;pessimistic currency control in a web environment, the other is the performance implications. It is very hard to reliably clean up&nbsp;pessimistic locks in a web environment. Even if DevForce would allow you to intercept the session expiration, everything would fall apart once you start clustering servers and a user starts a session on one server, then&nbsp;continues it on another server. Once the session expires on the first server it may accidentally clean up valid locks. DevForce doesn't support session replication to avoid this issue.<div>&nbsp;</div><div>The solution to this problem is optimistic concurrency control, which is fully supported in DevForce.</div><div>&nbsp;</div><div><a href="http://drc.ideablade.com/xwiki/bin/view/&#068;ocumentati&#111;n/save-c&#111;ncurrency" target="_blank">http://drc.ideablade.com/xwiki/bin/view/Documentation/save-concurrency</a></div>]]>
   </description>
   <pubDate>Mon, 13 Aug 2012 13:56:17 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3574&amp;PID=14177#14177</guid>
  </item> 
  <item>
   <title>IEntityLoginManager Help :   katit, thanks for the link....</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3574&amp;PID=14175#14175</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1499" rel="nofollow">matt.cavagnaro</a><br /><strong>Subject:</strong> 3574<br /><strong>Posted:</strong> 13-Aug-2012 at 7:01am<br /><br />katit, thanks for the link. There is some informative stuff in there, but not quite what I was looking for.<div>&nbsp;</div><div>Denis, we have a custom concurrency system we're trying to get to release locks when the user becomes inactive. I saw the Login Manager while reading DevForce documentation and thought it might be able to satisfy our needs. But if there's no way to intercept session expiration it seems like this is a lost cause. Do you have any suggestions for this?</div><div>&nbsp;</div><div>Also, not sure how helpful the Debug Log will be here.</div>]]>
   </description>
   <pubDate>Mon, 13 Aug 2012 07:01:59 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3574&amp;PID=14175#14175</guid>
  </item> 
  <item>
   <title>IEntityLoginManager Help : Hi matt.cavagnaro,1. You can capture...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3574&amp;PID=14171#14171</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=912" rel="nofollow">DenisK</a><br /><strong>Subject:</strong> 3574<br /><strong>Posted:</strong> 10-Aug-2012 at 1:36pm<br /><br />Hi matt.cavagnaro,<div><br></div><div>1. You can capture the Browser unload event using JavaScript and pass it on to the SL plug in. See&nbsp;<a href="http://mark.mym&#111;nster.nl/2009/02/28/integrati&#111;n-of-browsers-unloading-with-silverlight/" target="_blank">http://mark.mymonster.nl/2009/02/28/integration-of-browsers-unloading-with-silverlight/</a>&nbsp;for an example.</div><div><br></div><div>2. There's currently no way to intercept session expiration on the server. If you want to do your custom clean ups, you can implement that in your Logout method. I'm curious though, what clean ups are you trying to do as the EntityServer should never keep state ?</div><div><br></div><div>3. Debug Log (<a href="http://drc.ideablade.com/xwiki/bin/view/&#068;ocumentati&#111;n/debug" target="_blank">http://drc.ideablade.com/xwiki/bin/view/Documentation/debug</a>) provides one way to view this. You can also implement your own custom logger (<a href="http://drc.ideablade.com/xwiki/bin/view/&#068;ocumentati&#111;n/custom-logger" target="_blank">http://drc.ideablade.com/xwiki/bin/view/Documentation/custom-logger</a>) so you can log any login process in your IEntityLoginManager implementation.</div>]]>
   </description>
   <pubDate>Fri, 10 Aug 2012 13:36:03 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3574&amp;PID=14171#14171</guid>
  </item> 
  <item>
   <title>IEntityLoginManager Help :   Somebody will help with explaining...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3574&amp;PID=14169#14169</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1264" rel="nofollow">katit</a><br /><strong>Subject:</strong> 3574<br /><strong>Posted:</strong> 10-Aug-2012 at 9:40am<br /><br />Somebody will help with explaining how to view logins on server, but for other questions read my recent topic:<div>&nbsp;</div><div><a href="http://www.ideablade.com/forum/forum_posts.asp?TID=3513&amp;title=upgraded-to-617-from-614-issues-migrating-multidomain-authenticati&#111;n-code" target="_blank">http://www.ideablade.com/forum/forum_posts.asp?TID=3513&amp;title=upgraded-to-617-from-614-issues-migrating-multidomain-authentication-code</a></div>]]>
   </description>
   <pubDate>Fri, 10 Aug 2012 09:40:54 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3574&amp;PID=14169#14169</guid>
  </item> 
  <item>
   <title>IEntityLoginManager Help : I&amp;#039;ve recently begun experimenting...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3574&amp;PID=14165#14165</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1499" rel="nofollow">matt.cavagnaro</a><br /><strong>Subject:</strong> 3574<br /><strong>Posted:</strong> 09-Aug-2012 at 2:34pm<br /><br />I've recently begun experimenting with a class that implements IEntityLoginManager in a Silverlight 5 application using DevForce 6.1.7.1.<br><br>I've done a lot of reading but have not been able to find much, if any, information about the following two questions:<br><ol><li>I've run into an issue where I cannot call Authenticator.Instance.LogoutAsync from the client when the user navigates away or closes the browser. Is there any advice how to accomplish a log out for an IAuthenticationContext in a situation such as this?</li><li>I've read that sessions will be closed if left inactive for long enough. Is there a way to intercept when a session expires on the server so that other clean-up can be done? Also, is there a way to view all log-ins to the EntityServer?</li></ol>]]>
   </description>
   <pubDate>Thu, 09 Aug 2012 14:34:24 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3574&amp;PID=14165#14165</guid>
  </item> 
 </channel>
</rss>