<?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: Promptless Logins For J2EE?</title>
	<atom:link href="http://www.symphonious.net/2005/09/06/promptless-logins-for-j2ee/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.symphonious.net/2005/09/06/promptless-logins-for-j2ee/</link>
	<description>Living in a state of accord.</description>
	<pubDate>Thu, 08 Jan 2009 18:10:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Adrian Sutton</title>
		<link>http://www.symphonious.net/2005/09/06/promptless-logins-for-j2ee/comment-page-1/#comment-7371</link>
		<dc:creator>Adrian Sutton</dc:creator>
		<pubDate>Tue, 06 Sep 2005 11:41:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.symphonious.net/2005/09/06/promptless-logins-for-j2ee/#comment-7371</guid>
		<description>hmm, matching to an IP would probably work for us but generally isn't a good idea.  Often companies have a NAT box that directs requests out via different interfaces and thus get different IPs for the same user.  It would probably work for this webapp though because it's designed to be internal use rather than public use.  Worst case it could be made a configuration option.</description>
		<content:encoded><![CDATA[<p>hmm, matching to an IP would probably work for us but generally isn&#8217;t a good idea.  Often companies have a NAT box that directs requests out via different interfaces and thus get different IPs for the same user.  It would probably work for this webapp though because it&#8217;s designed to be internal use rather than public use.  Worst case it could be made a configuration option.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Deigan</title>
		<link>http://www.symphonious.net/2005/09/06/promptless-logins-for-j2ee/comment-page-1/#comment-7369</link>
		<dc:creator>Chris Deigan</dc:creator>
		<pubDate>Tue, 06 Sep 2005 09:27:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.symphonious.net/2005/09/06/promptless-logins-for-j2ee/#comment-7369</guid>
		<description>Keep IP-specific keys for each user and use cookies.. everytime a user logs in from a box, it checks the key in the cookie against the key stored for that user for that IP.

I'm not a JSP/whatever coder, but that's one possible way of stabbing.. depends on your authentication back-end though, could be fun on your system load, maybe, too.</description>
		<content:encoded><![CDATA[<p>Keep IP-specific keys for each user and use cookies.. everytime a user logs in from a box, it checks the key in the cookie against the key stored for that user for that IP.</p>
<p>I&#8217;m not a JSP/whatever coder, but that&#8217;s one possible way of stabbing.. depends on your authentication back-end though, could be fun on your system load, maybe, too.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
