<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Chris Cook .me &#187; security</title>
	<atom:link href="http://chriscook.me/tag/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://chriscook.me</link>
	<description>Homepage</description>
	<lastBuildDate>Sat, 23 Oct 2010 22:53:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>PHP: Session Timeouts</title>
		<link>http://chriscook.me/web-development/php-session-timeouts/</link>
		<comments>http://chriscook.me/web-development/php-session-timeouts/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 22:31:50 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[chris cook]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[session]]></category>
		<category><![CDATA[timeout]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://chriscook.me/?p=117</guid>
		<description><![CDATA[Defining session timeout thresholds for PHP scripts is a security &#8220;must&#8221;. I recommend that you consider the purpose of your script before applying a session timeout function. For instance, if your site has a secure login and security requirements, it&#8217;s important to include the timeout function. However, it&#8217;s often an inconvenience to end-users. Use the [...]]]></description>
			<content:encoded><![CDATA[<p>Defining session timeout thresholds for PHP scripts is a security &#8220;must&#8221;.  I recommend that you consider the purpose of your script before applying a session timeout function.  For instance, if your site has a secure login and security requirements, it&#8217;s important to include the timeout function. However, it&#8217;s often an inconvenience to end-users.</p>
<p>Use the code below to create a function which can be used to implement a secure timeout threshold.</p>
<p>{code type=php}<br />
/* Set timeout threshold to 10 minutes (600 seconds) */<br />
@session_start();<br />
$timeout = 600;<br />
$_SESSION["expires_by"] = time() + $timeout;<br />
{/code}</p>
]]></content:encoded>
			<wfw:commentRss>http://chriscook.me/web-development/php-session-timeouts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Lock Desktop&#8221; &#8211; New Mac OS X App</title>
		<link>http://chriscook.me/featured-articles/new-mac-os-x-application-lock-desktop/</link>
		<comments>http://chriscook.me/featured-articles/new-mac-os-x-application-lock-desktop/#comments</comments>
		<pubDate>Sun, 15 Apr 2007 23:25:59 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Features]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[automator]]></category>
		<category><![CDATA[chris cook]]></category>
		<category><![CDATA[lock desktop]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[WINDOWS+L]]></category>

		<guid isPermaLink="false">http://chriscook.info/?p=8</guid>
		<description><![CDATA[I&#8217;ve uploaded one of my first applications for a Mac. It&#8217;s extremely easy to use. The tool allows you to lock your desktop when you&#8217;re away from the computer and requires a password when you get back.  This is something you can run on demand, instead of waiting for a screen-saver, or logging off.  Lock [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve uploaded one of my first applications for a Mac.  It&#8217;s extremely easy to use.  The tool allows you to lock your desktop when you&#8217;re away from the computer and requires a password when you get back.  This is something you can run on demand, instead of waiting for a screen-saver, or logging off.  Lock Desktop 1.0 even keeps your programs running in the back. <span id="more-19"></span></p>
<p><span style="font-weight: bold"><span style="font-style: italic">Download the file below.<br />
<span style="font-style: normal; font-weight: normal"><a title="Lock Desktop - Mac OS X" href="http://chriscook.me/wp-content/uploads/2008/09/lock_desktop.zip"></a></span></span></span><span style="font-weight: bold"><span style="font-style: italic"><span style="font-style: normal; font-weight: normal"><a title="Lock Desktop - Mac OS X" href="http://chriscook.me/wp-content/plugins/download-monitor/download.php?id=1"><span style="font-weight: bold">Lock Desktop &#8211; Mac OS X</span></a> </span></span></span></p>
<p>Mac OS X &#8211; Application that will &#8220;lock&#8221; desktop.  This feature was available on my PC and allowed to leave my workstation and ensure that my desktop remained safe.  This application runs an Automator script to lock the desktop.</p>
<p><script type='text/javascript' src='http://www.macupdate.com/developer/badge/?app=25190'></script></p>
]]></content:encoded>
			<wfw:commentRss>http://chriscook.me/featured-articles/new-mac-os-x-application-lock-desktop/feed/</wfw:commentRss>
		<slash:comments>52</slash:comments>
		</item>
	</channel>
</rss>

