<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : TimeOut after a period of inactiveness</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : TimeOut after a period of inactiveness]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 11 Apr 2026 19:35:09 +0000</pubDate>
  <lastBuildDate>Mon, 20 Dec 2004 04:51:05 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=9583</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[TimeOut after a period of inactiveness : Ok. I got it.   I thought the...]]></title>
   <link>https://forums.webwiz.net/timeout-after-a-period-of-inactiveness_topic9583_post72243.html#72243</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=18700">manf</a><br /><strong>Subject:</strong> 9583<br /><strong>Posted:</strong> 20&nbsp;December&nbsp;2004 at 4:51am<br /><br />Ok. I got it. <br><br>I thought the 'auto-connect' was a preference bound to the user'sprofile. It's actually a preference bound to the session. Right ?<br><br>Thanks for help.<br>]]>
   </description>
   <pubDate>Mon, 20 Dec 2004 04:51:05 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/timeout-after-a-period-of-inactiveness_topic9583_post72243.html#72243</guid>
  </item> 
  <item>
   <title><![CDATA[TimeOut after a period of inactiveness : The value is not held in the database.  I...]]></title>
   <link>https://forums.webwiz.net/timeout-after-a-period-of-inactiveness_topic9583_post72060.html#72060</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 9583<br /><strong>Posted:</strong> 17&nbsp;December&nbsp;2004 at 11:27am<br /><br />The value is not held in the database.<br><br>I think you are getting a little confused, so let me explain what is going on and how it works.<br><br>If a expiry time is not set, (as in the case of auto login is not checked) then the &#099;ookie is created as a session &#099;ookie.<br><br>Session &#099;ookies last the length of the session which is usually 20 minutes after inactivity or leaving the site.<br><br>Session &#099;ookies can be destroyed faster by closing your browser.<br>]]>
   </description>
   <pubDate>Fri, 17 Dec 2004 11:27:34 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/timeout-after-a-period-of-inactiveness_topic9583_post72060.html#72060</guid>
  </item> 
  <item>
   <title><![CDATA[TimeOut after a period of inactiveness : Hi.  I got the latest version...]]></title>
   <link>https://forums.webwiz.net/timeout-after-a-period-of-inactiveness_topic9583_post72056.html#72056</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=18700">manf</a><br /><strong>Subject:</strong> 9583<br /><strong>Posted:</strong> 17&nbsp;December&nbsp;2004 at 10:55am<br /><br />Hi.<br><br>I got the latest version of WebWiz (7.9) and I have a timeout problem : <br>I set the blnAutoLogin to False in login_user.asp, but there is still no timeout.<br><br>Moreover, it seems that the user's value for that preference is alwaysthe default value which is set in blnAutoLogin. It is not saved in thedatabase.<br><br>I had a look at the register.asp file and if the form value is actually read :<br>line 374 : <span style="font-family: courier new,courier,mono; : rgb(204, 204, 204);">blnAutoLogin = CBool(Request.Form("Login"))&nbsp;&nbsp;&nbsp; <br></span>the variable blnAutoLogin is used for nothing but display (line 1778) and in the following code :<br><br>line 981 : <br style=": rgb(204, 204, 204);"><span style=": rgb(204, 204, 204);">'<span style="font-family: courier new,courier,mono;">Write a &#099;ookie with the User ID number so the user logged in throughout the forum</span></span><br style=": rgb(204, 204, 204); font-family: courier new,courier,mono;"><span style=": rgb(204, 204, 204); font-family: courier new,courier,mono;"> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'But  only if not in admin modem and using all parts of part 1 of thereg form</span><br style=": rgb(204, 204, 204); font-family: courier new,courier,mono;"><span style=": rgb(204, 204, 204); font-family: courier new,courier,mono;"> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If  (blnAdminMode = False) AND (intUpdatePartNumber = 0 ORintUpdatePartNumber = 1) Then</span><br style=": rgb(204, 204, 204); font-family: courier new,courier,mono;"><span style=": rgb(204, 204, 204); font-family: courier new,courier,mono;"> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;</span><br style=": rgb(204, 204, 204); font-family: courier new,courier,mono;"><span style=": rgb(204, 204, 204); font-family: courier new,courier,mono;"> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;'Write the &#099;ookie with the name Forum containing the value UserIDnumber </span><br style=": rgb(204, 204, 204); font-family: courier new,courier,mono;"><span style=": rgb(204, 204, 204); font-family: courier new,courier,mono;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;  &nbsp;&nbsp;&nbsp;Response.&#067;ookies(str&#067;ookieName )("UID") = strUserCode</span><br style=": rgb(204, 204, 204); font-family: courier new,courier,mono;"><br style=": rgb(204, 204, 204); font-family: courier new,courier,mono;"><span style=": rgb(204, 204, 204); font-family: courier new,courier,mono;"> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;'If the user has selected to be remembered when they next login thenset the expiry date for the &#099;ookie for 1 year</span><br style=": rgb(204, 204, 204); font-family: courier new,courier,mono;"><span style=": rgb(204, 204, 204); font-family: courier new,courier,mono;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If  blnAutoLogin = True Then</span><br style=": rgb(204, 204, 204); font-family: courier new,courier,mono;"><br style=": rgb(204, 204, 204); font-family: courier new,courier,mono;"><span style=": rgb(204, 204, 204); font-family: courier new,courier,mono;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;'Set the expiry date for 1 year (365 days)</span><br style=": rgb(204, 204, 204); font-family: courier new,courier,mono;"><span style=": rgb(204, 204, 204); font-family: courier new,courier,mono;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;'If no expiry date is set the &#099;ookie is deleted from the users system20 minutes after they leave the forum</span><br style=": rgb(204, 204, 204); font-family: courier new,courier,mono;"><span style=": rgb(204, 204, 204); font-family: courier new,courier,mono;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;Response.&#067;ookies(str&#067;ookieName).Expires = Now() + 365</span><br style=": rgb(204, 204, 204); font-family: courier new,courier,mono;"><span style=": rgb(204, 204, 204); font-family: courier new,courier,mono;"> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;End If</span><br style=": rgb(204, 204, 204); font-family: courier new,courier,mono;"><span style=": rgb(204, 204, 204);"><span style="font-family: courier new,courier,mono;"> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End If</span><br><br></span>That will certainly set the &#099;ookie valid for one year ahead ifthe boolean is equal to true, but in case it's False, it's not set toany time limit eiter !<br><br>Or am I wrong ?<br><br>PS : what is the field in database where that preference is saved ?<br>]]>
   </description>
   <pubDate>Fri, 17 Dec 2004 10:55:20 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/timeout-after-a-period-of-inactiveness_topic9583_post72056.html#72056</guid>
  </item> 
  <item>
   <title><![CDATA[TimeOut after a period of inactiveness : You can put it in common.asp but...]]></title>
   <link>https://forums.webwiz.net/timeout-after-a-period-of-inactiveness_topic9583_post52172.html#52172</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=9949">dpyers</a><br /><strong>Subject:</strong> 9583<br /><strong>Posted:</strong> 10&nbsp;February&nbsp;2004 at 7:29pm<br /><br /><P>You can put it in common.asp but the Session_OnStart subroutine in global.asa is the better place if you want it to apply every where. The clock is reset every time you access an asp page, so you should only have to specify it once.</P><span style="font-size:10px"><br /><br />Edited by dpyers</span>]]>
   </description>
   <pubDate>Tue, 10 Feb 2004 19:29:45 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/timeout-after-a-period-of-inactiveness_topic9583_post52172.html#52172</guid>
  </item> 
  <item>
   <title><![CDATA[TimeOut after a period of inactiveness : Thanks dp , Can I include this...]]></title>
   <link>https://forums.webwiz.net/timeout-after-a-period-of-inactiveness_topic9583_post51924.html#51924</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=15312">pinakidas</a><br /><strong>Subject:</strong> 9583<br /><strong>Posted:</strong> 10&nbsp;February&nbsp;2004 at 3:43am<br /><br /><P>Thanks dp ,</P><P>Can I include this line ( Session.Timeout = 10 ) in common.asp&nbsp; ? In this way I'll be including this on every page . Please comment .&nbsp; </P><span style="font-size:10px"><br /><br />Edited by pinakidas</span>]]>
   </description>
   <pubDate>Tue, 10 Feb 2004 03:43:15 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/timeout-after-a-period-of-inactiveness_topic9583_post51924.html#51924</guid>
  </item> 
  <item>
   <title><![CDATA[TimeOut after a period of inactiveness : In global.asa, in the Session_Start...]]></title>
   <link>https://forums.webwiz.net/timeout-after-a-period-of-inactiveness_topic9583_post51877.html#51877</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=9949">dpyers</a><br /><strong>Subject:</strong> 9583<br /><strong>Posted:</strong> 09&nbsp;February&nbsp;2004 at 7:07pm<br /><br /><P>In global.asa, in the Session_Start subroutine, put</P><P><strong>Session.Timeout = 10</strong></P><P>You could alternatively put it in&nbsp;every asp page.</P>]]>
   </description>
   <pubDate>Mon, 09 Feb 2004 19:07:06 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/timeout-after-a-period-of-inactiveness_topic9583_post51877.html#51877</guid>
  </item> 
  <item>
   <title><![CDATA[TimeOut after a period of inactiveness : Hi , Thanks for the answer ....]]></title>
   <link>https://forums.webwiz.net/timeout-after-a-period-of-inactiveness_topic9583_post51728.html#51728</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=15312">pinakidas</a><br /><strong>Subject:</strong> 9583<br /><strong>Posted:</strong> 09&nbsp;February&nbsp;2004 at 1:48am<br /><br /><P>Hi ,</P><P>Thanks for the answer . Can I control this timeout period . I need a shorter period (10 mins) .</P><P>Thanks .</P>]]>
   </description>
   <pubDate>Mon, 09 Feb 2004 01:48:32 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/timeout-after-a-period-of-inactiveness_topic9583_post51728.html#51728</guid>
  </item> 
  <item>
   <title><![CDATA[TimeOut after a period of inactiveness : If you disable the auto-login...]]></title>
   <link>https://forums.webwiz.net/timeout-after-a-period-of-inactiveness_topic9583_post51234.html#51234</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 9583<br /><strong>Posted:</strong> 06&nbsp;February&nbsp;2004 at 3:55am<br /><br />If you disable the auto-login feature by editing the login_user.asp file cookies will be dropped after 20 minutes of inactivity.]]>
   </description>
   <pubDate>Fri, 06 Feb 2004 03:55:14 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/timeout-after-a-period-of-inactiveness_topic9583_post51234.html#51234</guid>
  </item> 
  <item>
   <title><![CDATA[TimeOut after a period of inactiveness : Can anyone suggest how to incorporate...]]></title>
   <link>https://forums.webwiz.net/timeout-after-a-period-of-inactiveness_topic9583_post51216.html#51216</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=15312">pinakidas</a><br /><strong>Subject:</strong> 9583<br /><strong>Posted:</strong> 05&nbsp;February&nbsp;2004 at 9:25pm<br /><br /><P>Can anyone suggest how to incorporate timeout after certain time for the forum . That is to say , if I am logged in to the forum and sitting inactive for certain time , I should be logged out . I am running on IIS and access database . </P>]]>
   </description>
   <pubDate>Thu, 05 Feb 2004 21:25:32 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/timeout-after-a-period-of-inactiveness_topic9583_post51216.html#51216</guid>
  </item> 
 </channel>
</rss>