<?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 : Logging Out Issue *Upgrade*</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 : Logging Out Issue *Upgrade*]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 11:24:51 +0000</pubDate>
  <lastBuildDate>Sun, 23 Apr 2006 14:05:34 +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=19396</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[Logging Out Issue *Upgrade* : n30, Look for the following code...]]></title>
   <link>https://forums.webwiz.net/logging-out-issue-upgrade_topic19396_post105306.html#105306</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=22786">JasonSGN</a><br /><strong>Subject:</strong> 19396<br /><strong>Posted:</strong> 23&nbsp;April&nbsp;2006 at 2:05pm<br /><br /><P>n30,</P><DIV>Look for the following code in your default.asp file (around line# 368) and add the code in red:</DIV><DIV>&nbsp;</DIV><DIV><table width="99%"><tr><td><pre class="BBcode"></DIV><DIV>&nbsp;</DIV><DIV>'If the user has not logged in (guest user ID = 2) then show them a quick login form<BR>If lngLoggedInUserID = 2 Then<BR>&nbsp;<BR>Response.Write(" &lt;td align=""right"" class=""smText""&gt;"&nbsp; &amp; _<BR>&nbsp;&nbsp;vbCrLf &amp; "&nbsp; &lt;form method=""post"" name=""frmLogin"" id=""frmLogin"" action=""login_user.asp" &amp; strQsSID1 &amp; """&gt;" &amp; strTxtQuickLogin &amp; _<BR>&nbsp; vbCrLf &amp; "&nbsp;&nbsp; &lt;input type=""text"" size=""10"" name=""name"" id=""name"" style=""font-size: 10px;"" /&gt;" &amp; _<BR>&nbsp; vbCrLf &amp; "&nbsp;&nbsp; &lt;input type=""password"" size=""10"" name=""password"" id=""password"" style=""font-size: 10px;"" /&gt;" &amp; _<BR><FONT color=#ff0000>&nbsp; vbCrLf &amp; "&nbsp; &lt;input type=""hidden"" name=""AutoLogin"" value=""true"" /&gt;" &amp; _&nbsp;<BR></FONT>&nbsp; vbCrLf &amp; "&nbsp;&nbsp; &lt;input type=""hidden"" name=""NS"" id=""NS"" value=""1"" /&gt;" &amp; _<BR>&nbsp; vbCrLf &amp; "&nbsp;&nbsp; &lt;input type=""submit"" value=""" &amp; strTxtGo &amp; """ style=""font-size: 10px;"" /&gt;" &amp; _<BR>&nbsp; vbCrLf &amp; "&nbsp; &lt;/form&gt;" &amp; _<BR>&nbsp; vbCrLf &amp; " &lt;/td&gt;")&nbsp;<BR>End If</DIV><DIV></pre></td></tr></table><BR></DIV><span style="font-size:10px"><br /><br />Edited by JasonSGN - 23&nbsp;April&nbsp;2006 at 2:06pm</span>]]>
   </description>
   <pubDate>Sun, 23 Apr 2006 14:05:34 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/logging-out-issue-upgrade_topic19396_post105306.html#105306</guid>
  </item> 
  <item>
   <title><![CDATA[Logging Out Issue *Upgrade* :    Mikey wrote:Same boat as...]]></title>
   <link>https://forums.webwiz.net/logging-out-issue-upgrade_topic19396_post105290.html#105290</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=22235">__n3o__</a><br /><strong>Subject:</strong> 19396<br /><strong>Posted:</strong> 23&nbsp;April&nbsp;2006 at 8:47am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by Mikey" alt="Originally posted by Mikey" style="vertical-align: text-bottom;" /> <strong>Mikey wrote:</strong><br /><br />Same boat as Jason here using AVG and occasionally getting the problem described, but as it happens not often i can live with it.<br><br>for quick login, include...<br><br><table width="99%"><tr><td><pre class="BBcode">&lt;% = strTxtYes %&gt;&lt;input type="radio" name="AutoLogin" value="true" checked /&gt;&amp;nbsp;&amp;nbsp;&lt;% = strTxtNo %&gt;&lt;input type="radio" name="AutoLogin" value="false" /&gt;</pre></td></tr></table><br><br>Within your quick login form to allow users to select wether or not to be auto logged in.<br><br>Change type to 'hidden' and only include the 'True' part of the code if you want them to be auto logged in without choice, altho you really should let em know if&nbsp; you are going to do this. <br></td></tr></table><br><br>Bit confued as to where this bit of code is to be inserted???&nbsp; <img alt="C&#111;nfused" src="https://forums.webwiz.net/smileys/smiley5.gif" align="absmiddle" border="0">... Can you tell me what line please?<br>]]>
   </description>
   <pubDate>Sun, 23 Apr 2006 08:47:15 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/logging-out-issue-upgrade_topic19396_post105290.html#105290</guid>
  </item> 
  <item>
   <title><![CDATA[Logging Out Issue *Upgrade* :    JasonSGN wrote:Mikey, that...]]></title>
   <link>https://forums.webwiz.net/logging-out-issue-upgrade_topic19396_post105064.html#105064</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12748">Mikey</a><br /><strong>Subject:</strong> 19396<br /><strong>Posted:</strong> 20&nbsp;April&nbsp;2006 at 9:36pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by JasonSGN" alt="Originally posted by JasonSGN" style="vertical-align: text-bottom;" /> <strong>JasonSGN wrote:</strong><br /><br /><p>Mikey, that code seems to work perfectly. After a full day of use I have not gotten logged out after using the Quick Login with your code change. Thanks!</p></td></tr></table><br><br>No problem mate <img alt="Thumbs Up" src="https://forums.webwiz.net/smileys/smiley20.gif" align="absmiddle" border="0"><br>]]>
   </description>
   <pubDate>Thu, 20 Apr 2006 21:36:02 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/logging-out-issue-upgrade_topic19396_post105064.html#105064</guid>
  </item> 
  <item>
   <title><![CDATA[Logging Out Issue *Upgrade* : This is the same issue as you...]]></title>
   <link>https://forums.webwiz.net/logging-out-issue-upgrade_topic19396_post105028.html#105028</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 19396<br /><strong>Posted:</strong> 20&nbsp;April&nbsp;2006 at 12:27pm<br /><br />This is the same issue as you reported before.<br><br>I am still looking into this problem, which doesn't seem to be effecting others as much as it seems to be affecting your users.<br><br>The only time it seems to happen on other sites is when script blocking software is used on the users PC. As it is effecting so many users on your site the only thing I can think is that some sort of modification or site integration is coursing the issue, or you have a corrupted file.<br><br>The only thing I can suggest for the moment is that you disable the RTE from the admin area.<br>]]>
   </description>
   <pubDate>Thu, 20 Apr 2006 12:27:02 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/logging-out-issue-upgrade_topic19396_post105028.html#105028</guid>
  </item> 
  <item>
   <title><![CDATA[Logging Out Issue *Upgrade* : Sorry Bruce... It was my mistake,...]]></title>
   <link>https://forums.webwiz.net/logging-out-issue-upgrade_topic19396_post105027.html#105027</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=22235">__n3o__</a><br /><strong>Subject:</strong> 19396<br /><strong>Posted:</strong> 20&nbsp;April&nbsp;2006 at 12:23pm<br /><br />Sorry Bruce...&nbsp; It was my mistake, people were able to post in the forum but unable to send PM's...&nbsp; <br><br><table width="99%"><tr><td><pre class="BBcode"><br><pre ="BBcode"><div>MICROSOFT INTERNET EXPLORER</div><br><div>-------------------------------------------------------------------------------</div><br><div>&nbsp;</div><br><div>the form has not been submitted because there are problem(s)</div><br><div>with the form please correct the problem(s) and resubmit the form</div><br><div>&nbsp;</div><br><div>-----------------------------------------------------------------------------------</div><br><div>&nbsp;</div><br><div>the following field(s) need to be corrected:-</div><br><div>&nbsp;</div><br><div>&nbsp;</div><br><div>&nbsp;</div><br><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>&nbsp;&nbsp; message&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -enter private message to send</b></div></pre><br></pre></td></tr></table><br><br>This is happening to quite a few people... <br>]]>
   </description>
   <pubDate>Thu, 20 Apr 2006 12:23:18 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/logging-out-issue-upgrade_topic19396_post105027.html#105027</guid>
  </item> 
  <item>
   <title><![CDATA[Logging Out Issue *Upgrade* : Mikey, that code seems to work...]]></title>
   <link>https://forums.webwiz.net/logging-out-issue-upgrade_topic19396_post105026.html#105026</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=22786">JasonSGN</a><br /><strong>Subject:</strong> 19396<br /><strong>Posted:</strong> 20&nbsp;April&nbsp;2006 at 12:01pm<br /><br /><P>Mikey, that code seems to work perfectly. After a full day of use I have not gotten logged out after using the Quick Login with your code change. Thanks!</P>]]>
   </description>
   <pubDate>Thu, 20 Apr 2006 12:01:45 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/logging-out-issue-upgrade_topic19396_post105026.html#105026</guid>
  </item> 
  <item>
   <title><![CDATA[Logging Out Issue *Upgrade* : In what way can they not post...]]></title>
   <link>https://forums.webwiz.net/logging-out-issue-upgrade_topic19396_post105012.html#105012</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 19396<br /><strong>Posted:</strong> 20&nbsp;April&nbsp;2006 at 9:26am<br /><br />In what way can they not post PM's.<br><br>Also as no-one else has reported issues with posting PM's make sure you don't have a corrupted file by reuploading the files again<br>]]>
   </description>
   <pubDate>Thu, 20 Apr 2006 09:26:42 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/logging-out-issue-upgrade_topic19396_post105012.html#105012</guid>
  </item> 
  <item>
   <title><![CDATA[Logging Out Issue *Upgrade* : Thanks chaps.. At least I&amp;#039;m...]]></title>
   <link>https://forums.webwiz.net/logging-out-issue-upgrade_topic19396_post104944.html#104944</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=22235">__n3o__</a><br /><strong>Subject:</strong> 19396<br /><strong>Posted:</strong> 19&nbsp;April&nbsp;2006 at 8:35pm<br /><br />Thanks chaps.. At least I'm not going mad!!<br><br><b>NOW heres a weird one...&nbsp; I got the posting thing wrong, it seems that people can post most of the time - But literally cannot send PM's??</b><br><br>Any help on this would be appreciated.... <br>]]>
   </description>
   <pubDate>Wed, 19 Apr 2006 20:35:54 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/logging-out-issue-upgrade_topic19396_post104944.html#104944</guid>
  </item> 
  <item>
   <title><![CDATA[Logging Out Issue *Upgrade* : Thanks for the code Mikey, I&amp;#039;ll...]]></title>
   <link>https://forums.webwiz.net/logging-out-issue-upgrade_topic19396_post104934.html#104934</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=23224">JasonPEC</a><br /><strong>Subject:</strong> 19396<br /><strong>Posted:</strong> 19&nbsp;April&nbsp;2006 at 6:07pm<br /><br />Thanks for the code Mikey, I'll give it a shot.]]>
   </description>
   <pubDate>Wed, 19 Apr 2006 18:07:27 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/logging-out-issue-upgrade_topic19396_post104934.html#104934</guid>
  </item> 
  <item>
   <title><![CDATA[Logging Out Issue *Upgrade* : Same boat as Jason here using...]]></title>
   <link>https://forums.webwiz.net/logging-out-issue-upgrade_topic19396_post104889.html#104889</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12748">Mikey</a><br /><strong>Subject:</strong> 19396<br /><strong>Posted:</strong> 19&nbsp;April&nbsp;2006 at 1:14pm<br /><br />Same boat as Jason here using AVG and occasionally getting the problem described, but as it happens not often i can live with it.<br><br>for quick login, include...<br><br><table width="99%"><tr><td><pre class="BBcode">&lt;% = strTxtYes %&gt;&lt;input type="radio" name="AutoLogin" value="true" checked /&gt;&amp;nbsp;&amp;nbsp;&lt;% = strTxtNo %&gt;&lt;input type="radio" name="AutoLogin" value="false" /&gt;</pre></td></tr></table><br><br>Within your quick login form to allow users to select wether or not to be auto logged in.<br><br>Change type to 'hidden' and only include the 'True' part of the code if you want them to be auto logged in without choice, altho you really should let em know if&nbsp; you are going to do this. <br>]]>
   </description>
   <pubDate>Wed, 19 Apr 2006 13:14:07 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/logging-out-issue-upgrade_topic19396_post104889.html#104889</guid>
  </item> 
 </channel>
</rss>