<?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>David Dietrich&#039;s Business Technology Blog &#187; Tomcat</title>
	<atom:link href="http://www.daviddietrich.com/tag/tomcat/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.daviddietrich.com</link>
	<description>Business Technology Tips</description>
	<lastBuildDate>Mon, 05 Sep 2011 11:58:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Setting the Session Timeout in Tomcat</title>
		<link>http://www.daviddietrich.com/2009/03/18/setting-the-session-timeout-in-tomcat/</link>
		<comments>http://www.daviddietrich.com/2009/03/18/setting-the-session-timeout-in-tomcat/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 03:34:27 +0000</pubDate>
		<dc:creator>David Dietrich</dc:creator>
				<category><![CDATA[Apache Tomcat]]></category>
		<category><![CDATA[Tomcat]]></category>

		<guid isPermaLink="false">http://www.daviddietrich.com/?p=91</guid>
		<description><![CDATA[You can specify the timeout of a session in the deployment descriptor of your web application (web.xml): &#60;web-app&#62; &#60;session-config&#62; &#60;session-timeout&#62;60&#60;/session-timeout&#62; &#60;/session-config&#62; ... &#60;/web-app&#62; The number within the session-timout element must be expressed in minutes. Be sure to restart Tomcat to take the new setting.]]></description>
			<content:encoded><![CDATA[<div><span style="font-family: Verdana,Arial,Helvetica; font-size: x-small;">You can specify the timeout of a session in the deployment descriptor of your web application (web.xml):</span></div>
<p><span style="font-family: Verdana,Arial,Helvetica; font-size: x-small;"></p>
<pre>&lt;web-app&gt;
  &lt;session-config&gt;
    &lt;session-timeout&gt;60&lt;/session-timeout&gt;
  &lt;/session-config&gt;

  ...
&lt;/web-app&gt;</pre>
<p>The number within the session-timout element must be expressed in minutes.</p>
<p>Be sure to restart Tomcat to take the new setting.</p>
<p></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.daviddietrich.com/2009/03/18/setting-the-session-timeout-in-tomcat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

