<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Disconnect a User	</title>
	<atom:link href="https://jessewarden.com/2003/02/disconnect-a-user.html/feed" rel="self" type="application/rss+xml" />
	<link>https://jessewarden.com/2003/02/disconnect-a-user.html</link>
	<description>Software &#124; Fitness &#124; Gaming</description>
	<lastBuildDate>Tue, 25 Feb 2003 18:55:39 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Kenny Bunch		</title>
		<link>https://jessewarden.com/2003/02/disconnect-a-user.html/comment-page-1#comment-72</link>

		<dc:creator><![CDATA[Kenny Bunch]]></dc:creator>
		<pubDate>Tue, 25 Feb 2003 18:55:39 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=35#comment-72</guid>

					<description><![CDATA[It depends on your objective.

IDLE TIME : I would go with a client that records inactivity and disconnects after set interval. this requires less strain on the server and is easy to implement

SERVER STRAIN, BAD USER, etc..: I would go with a server disconnect.
]]></description>
			<content:encoded><![CDATA[<p>It depends on your objective.</p>
<p>IDLE TIME : I would go with a client that records inactivity and disconnects after set interval. this requires less strain on the server and is easy to implement</p>
<p>SERVER STRAIN, BAD USER, etc..: I would go with a server disconnect.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: JesterXL		</title>
		<link>https://jessewarden.com/2003/02/disconnect-a-user.html/comment-page-1#comment-71</link>

		<dc:creator><![CDATA[JesterXL]]></dc:creator>
		<pubDate>Tue, 25 Feb 2003 17:16:13 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=35#comment-71</guid>

					<description><![CDATA[Well, you could just put the user on an SO, and then do an interval on the client that, if in the event inactivity, the user would get disconnected.

...I&#039;ll have to make a true component in a week or so since it would be nice to have some control of the clients.  The client object gives you a lot, but there is really no wrappers out there that I have seen for session management, etc.  It&#039;d be nice to know what CF/.NET people consider session management of users because I usually just guess.]]></description>
			<content:encoded><![CDATA[<p>Well, you could just put the user on an SO, and then do an interval on the client that, if in the event inactivity, the user would get disconnected.</p>
<p>&#8230;I&#8217;ll have to make a true component in a week or so since it would be nice to have some control of the clients.  The client object gives you a lot, but there is really no wrappers out there that I have seen for session management, etc.  It&#8217;d be nice to know what CF/.NET people consider session management of users because I usually just guess.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Steve Onnis		</title>
		<link>https://jessewarden.com/2003/02/disconnect-a-user.html/comment-page-1#comment-70</link>

		<dc:creator><![CDATA[Steve Onnis]]></dc:creator>
		<pubDate>Tue, 25 Feb 2003 07:10:06 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=35#comment-70</guid>

					<description><![CDATA[your a champ Jesse

The reason I wanted to do this is so that the user works on its own session rather than the session of the server, and also to do disconnects after lengthy idel times

Steve]]></description>
			<content:encoded><![CDATA[<p>your a champ Jesse</p>
<p>The reason I wanted to do this is so that the user works on its own session rather than the session of the server, and also to do disconnects after lengthy idel times</p>
<p>Steve</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: JesterXL		</title>
		<link>https://jessewarden.com/2003/02/disconnect-a-user.html/comment-page-1#comment-69</link>

		<dc:creator><![CDATA[JesterXL]]></dc:creator>
		<pubDate>Tue, 25 Feb 2003 05:57:42 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=35#comment-69</guid>

					<description><![CDATA[That was it... while I&#039;ll saw your first post, I went to test it in my HTML editor, and saw the prob... ampersand el tee.

Fixed.  Sorry about that... didn&#039;t proofread it well enough.

Thanks Phillip!]]></description>
			<content:encoded><![CDATA[<p>That was it&#8230; while I&#8217;ll saw your first post, I went to test it in my HTML editor, and saw the prob&#8230; ampersand el tee.</p>
<p>Fixed.  Sorry about that&#8230; didn&#8217;t proofread it well enough.</p>
<p>Thanks Phillip!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Phillip Kerman		</title>
		<link>https://jessewarden.com/2003/02/disconnect-a-user.html/comment-page-1#comment-68</link>

		<dc:creator><![CDATA[Phillip Kerman]]></dc:creator>
		<pubDate>Tue, 25 Feb 2003 05:53:51 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=35#comment-68</guid>

					<description><![CDATA[That&#039;s so funny... there must be a problem including less than symbols.  See if this works::
for(var i=0; i&#038;lt;howMany;i++){]]></description>
			<content:encoded><![CDATA[<p>That&#8217;s so funny&#8230; there must be a problem including less than symbols.  See if this works::<br />
for(var i=0; i&amp;lt;howMany;i++){</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
