<?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: Universal Login using PHP</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/universal-login-using-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/universal-login-using-php/</link>
	<description></description>
	<lastBuildDate>Thu, 20 Jun 2013 11:12:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: ysrd</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/universal-login-using-php/#comment-53857</link>
		<dc:creator>ysrd</dc:creator>
		<pubDate>Wed, 11 Jun 2008 00:53:47 +0000</pubDate>
		<guid isPermaLink="false">#comment-53857</guid>
		<description><![CDATA[IF the two sites are on the same domain (www.test.com and yyy.test.com) you can usae a domain cookie. 
As stated by the previous poster it would be a security risk unless you are on an intranet only.
You are better off using some other type of single sign on like LDAP or SAML. I suggest looking at the wikipedia article on single sign on, also there are good articles at the php home site and also at searchsecurity.techtarget.com]]></description>
		<content:encoded><![CDATA[<p>IF the two sites are on the same domain (www.test.com and yyy.test.com) you can usae a domain cookie.<br />
As stated by the previous poster it would be a security risk unless you are on an intranet only.<br />
You are better off using some other type of single sign on like LDAP or SAML. I suggest looking at the wikipedia article on single sign on, also there are good articles at the php home site and also at searchsecurity.techtarget.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: labnuke99</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/universal-login-using-php/#comment-53351</link>
		<dc:creator>labnuke99</dc:creator>
		<pubDate>Thu, 22 May 2008 12:54:37 +0000</pubDate>
		<guid isPermaLink="false">#comment-53351</guid>
		<description><![CDATA[Cross-site cookie use is a security issue. You want to likely secure the cookie credentials with some type of encryption or hashing to ensure the identity being offered by the cookie is the actual user&#039;s identity. It would be easy to steal someone&#039;s identity if the cookie is easily read and used.]]></description>
		<content:encoded><![CDATA[<p>Cross-site cookie use is a security issue. You want to likely secure the cookie credentials with some type of encryption or hashing to ensure the identity being offered by the cookie is the actual user&#8217;s identity. It would be easy to steal someone&#8217;s identity if the cookie is easily read and used.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/10 queries in 0.036 seconds using memcached
Object Caching 281/287 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-20 11:53:29 -->