<?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 : blnAutoLogin always true ?</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 : blnAutoLogin always true ?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 12 Apr 2026 00:25:04 +0000</pubDate>
  <lastBuildDate>Tue, 16 May 2006 09:50:14 +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=19854</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[blnAutoLogin always true ? : Thanks mack, i trty this at the...]]></title>
   <link>https://forums.webwiz.net/blnautologin-always-true_topic19854_post107067.html#107067</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=18438">superlative</a><br /><strong>Subject:</strong> 19854<br /><strong>Posted:</strong> 16&nbsp;May&nbsp;2006 at 9:50am<br /><br />Thanks mack, i trty this at the weekend :)]]>
   </description>
   <pubDate>Tue, 16 May 2006 09:50:14 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/blnautologin-always-true_topic19854_post107067.html#107067</guid>
  </item> 
  <item>
   <title><![CDATA[blnAutoLogin always true ? : I haven&amp;#039;t looked into the...]]></title>
   <link>https://forums.webwiz.net/blnautologin-always-true_topic19854_post106901.html#106901</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=18197">mack</a><br /><strong>Subject:</strong> 19854<br /><strong>Posted:</strong> 13&nbsp;May&nbsp;2006 at 7:21pm<br /><br />I haven't looked into the code, and probably won't, be it appears to be the boolean is messed up. <br><br>Try doing:<br>Response.Write("AutoLogin: " + blnAutoLogin");<br><br>And see what it says. If it says True or False then everything should be fine, so try adding quotes around it like this: <br><table width="99%"><tr><td><pre class="BBcode">&lt;td width="50%" valign="top"&gt;&lt;% = strTxtYes %&gt;&lt;inputtype="radio" name="Login" id="Login" value="True" &lt;% If blnAutoLogin= "True" Then Response.Write "checked" %&gt;/&gt;&amp;nbsp;&amp;nbsp;&lt;% = strTxtNo %&gt;&lt;input type="radio"name="Login" id="Login" value="False" &lt;% If blnAutoLogin = "False"Then Response.Write "checked" %&gt; /&gt;&lt;/td&gt;</pre></td></tr></table><br><br>If that don't work, try changing the "False" and "True" to have a lower case F and T. <br><br>What I'm saying is the boolean it's checking for might not actually be a boolean, which might be the issue. <br><br>But I don't know.<br><br>As for Login_Attempt, I assume that's to keep count of how many times the user "attempted" to login but failed.. I think when you login say 10 times in a row and it fails, a CAPTCHA will show up. That's what I assume that's for. <br><br>Hope this helps :)<br><br><br>]]>
   </description>
   <pubDate>Sat, 13 May 2006 19:21:42 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/blnautologin-always-true_topic19854_post106901.html#106901</guid>
  </item> 
  <item>
   <title><![CDATA[blnAutoLogin always true ? : Hi all;   I discover a smalest...]]></title>
   <link>https://forums.webwiz.net/blnautologin-always-true_topic19854_post106889.html#106889</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=18438">superlative</a><br /><strong>Subject:</strong> 19854<br /><strong>Posted:</strong> 13&nbsp;May&nbsp;2006 at 2:09pm<br /><br />Hi all; <DIV>&nbsp;</DIV><DIV>I discover a smalest problem in register.asp page. In this page (edit profile) <strong>"Automatically log me in when I return to the Forum"</strong> this value return always true. I select false then click update button. Function is working. Forum dont remember me. But these lines dont work :</DIV><DIV>&nbsp;</DIV><DIV><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Quote" alt="Quote" style="vertical-align: text-bottom;" /> &nbsp;&nbsp;&nbsp; &lt;td width="50%" valign="top"&gt;&lt;% = strTxtYes %&gt;&lt;input type="radio" name="Login" id="Login" value="True" &lt;% If blnAutoLogin = True Then Response.Write "checked" %&gt; /&gt;&amp;nbsp;&amp;nbsp;&lt;% = strTxtNo %&gt;&lt;input type="radio" name="Login" id="Login" value="False" &lt;% If blnAutoLogin = False Then Response.Write "checked" %&gt; /&gt;&lt;/td&gt;</td></tr></table></DIV><DIV>&nbsp;</DIV><DIV>in register.asp 1876. line</DIV><DIV>&nbsp;</DIV><DIV>And other my question,&nbsp;examine db structure, I see <strong>login_attempt</strong> value in the tblAuthor table. What is this column?</DIV><span style="font-size:10px"><br /><br />Edited by superlative - 13&nbsp;May&nbsp;2006 at 2:10pm</span>]]>
   </description>
   <pubDate>Sat, 13 May 2006 14:09:24 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/blnautologin-always-true_topic19854_post106889.html#106889</guid>
  </item> 
 </channel>
</rss>