<?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: Is your Oracle APEX session timing out?</title>
	<atom:link href="http://www.inside-oracle-apex.com/is-your-oracle-apex-session-timing-out/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.inside-oracle-apex.com/is-your-oracle-apex-session-timing-out/</link>
	<description>Inside Oracle APEX - a blog that helps to get more out of Oracle Application Express (APEX) for your daily development work!</description>
	<lastBuildDate>Mon, 19 Dec 2011 12:04:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Patrick Wolf</title>
		<link>http://www.inside-oracle-apex.com/is-your-oracle-apex-session-timing-out/comment-page-1/#comment-28488</link>
		<dc:creator>Patrick Wolf</dc:creator>
		<pubDate>Mon, 15 Mar 2010 21:56:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.inside-oracle-apex.com/?p=808#comment-28488</guid>
		<description>Hi Karl,

I think if you create an empty on-demand process and call it with an asynchronous AJAX call when you zoom, ... This should reset the session timeout counter. 

Regards
Patrick </description>
		<content:encoded><![CDATA[<p>Hi Karl,</p>
<p>I think if you create an empty on-demand process and call it with an asynchronous AJAX call when you zoom, &#8230; This should reset the session timeout counter. </p>
<p>Regards<br />
Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl</title>
		<link>http://www.inside-oracle-apex.com/is-your-oracle-apex-session-timing-out/comment-page-1/#comment-28318</link>
		<dc:creator>Karl</dc:creator>
		<pubDate>Sun, 14 Mar 2010 05:03:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.inside-oracle-apex.com/?p=808#comment-28318</guid>
		<description>Hi,

I have an application with map (MapViewer). I would to have the user&#039;s session idle time to be reset every time when user is dragging/zooming the map. Is there a built-in function/procedure that could use to achieve that behavior ? 

I do not want to follow http://atulley.wordpress.com/2008/04/02/implementing-session-timeout-in-your-apex-app/ because I do not want competition between the idle time in APEX and the one I am manging. 

Any idea ?

Thanks
Karl</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have an application with map (MapViewer). I would to have the user&#8217;s session idle time to be reset every time when user is dragging/zooming the map. Is there a built-in function/procedure that could use to achieve that behavior ? </p>
<p>I do not want to follow <a href="http://atulley.wordpress.com/2008/04/02/implementing-session-timeout-in-your-apex-app/" rel="nofollow" target="_blank" class="liexternal">http://atulley.wordpress.com/2008/04/02/implementing-session-timeout-in-your-apex-app/</a> because I do not want competition between the idle time in APEX and the one I am manging. </p>
<p>Any idea ?</p>
<p>Thanks<br />
Karl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rudra</title>
		<link>http://www.inside-oracle-apex.com/is-your-oracle-apex-session-timing-out/comment-page-1/#comment-6975</link>
		<dc:creator>Rudra</dc:creator>
		<pubDate>Wed, 27 May 2009 06:38:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.inside-oracle-apex.com/?p=808#comment-6975</guid>
		<description>Hi,
This is really an interesting website. I am impressed by APEX a lot.I am doing a live application using APEX, finding it very challenging and useful :-)</description>
		<content:encoded><![CDATA[<p>Hi,<br />
This is really an interesting website. I am impressed by APEX a lot.I am doing a live application using APEX, finding it very challenging and useful <img src='http://www.inside-oracle-apex.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flavio</title>
		<link>http://www.inside-oracle-apex.com/is-your-oracle-apex-session-timing-out/comment-page-1/#comment-2437</link>
		<dc:creator>Flavio</dc:creator>
		<pubDate>Sat, 07 Mar 2009 00:03:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.inside-oracle-apex.com/?p=808#comment-2437</guid>
		<description>Hi Patrick,
this feature had almost passed unnoticed to me, thanks for bringing back my attention on it!

Flavio</description>
		<content:encoded><![CDATA[<p>Hi Patrick,<br />
this feature had almost passed unnoticed to me, thanks for bringing back my attention on it!</p>
<p>Flavio</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duncan Mein</title>
		<link>http://www.inside-oracle-apex.com/is-your-oracle-apex-session-timing-out/comment-page-1/#comment-2434</link>
		<dc:creator>Duncan Mein</dc:creator>
		<pubDate>Fri, 06 Mar 2009 22:08:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.inside-oracle-apex.com/?p=808#comment-2434</guid>
		<description>Thanks for the warning Patrick. We are in the process of upgrading our Development and Test servers to 3.2 so I know this issue will crop up.

Got to admit that I am pretty keen to expose this new feature in my apps as we have several ways of implementing this ranging from Custom Cookies to timestamps on the users table for every mouse click. Either way, using the built in feature will mean less PL/SQL to maintain!

Duncs</description>
		<content:encoded><![CDATA[<p>Thanks for the warning Patrick. We are in the process of upgrading our Development and Test servers to 3.2 so I know this issue will crop up.</p>
<p>Got to admit that I am pretty keen to expose this new feature in my apps as we have several ways of implementing this ranging from Custom Cookies to timestamps on the users table for every mouse click. Either way, using the built in feature will mean less PL/SQL to maintain!</p>
<p>Duncs</p>
]]></content:encoded>
	</item>
</channel>
</rss>

