<?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 : IE can’t remember login info</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 : IE can’t remember login info]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 13 Apr 2026 10:38:37 +0000</pubDate>
  <lastBuildDate>Thu, 02 Feb 2006 10:28:42 +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=18226</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[IE can’t remember login info : it might be it, i just tried it...]]></title>
   <link>https://forums.webwiz.net/ie-cant-remember-login-info_topic18226_post98627.html#98627</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=21213">adrianv</a><br /><strong>Subject:</strong> 18226<br /><strong>Posted:</strong> 02&nbsp;February&nbsp;2006 at 10:28am<br /><br />it might be it, i just tried it on another computer, and after deleting the cookies it worked ok.<br><br>thanks for your help.<br>]]>
   </description>
   <pubDate>Thu, 02 Feb 2006 10:28:42 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/ie-cant-remember-login-info_topic18226_post98627.html#98627</guid>
  </item> 
  <item>
   <title><![CDATA[IE can’t remember login info : Try on a different PC.Could be...]]></title>
   <link>https://forums.webwiz.net/ie-cant-remember-login-info_topic18226_post98623.html#98623</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 18226<br /><strong>Posted:</strong> 02&nbsp;February&nbsp;2006 at 10:09am<br /><br />Try on a different PC.<br><br>Could be you setup IE to delete personal data when you exit the program.<br>]]>
   </description>
   <pubDate>Thu, 02 Feb 2006 10:09:38 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/ie-cant-remember-login-info_topic18226_post98623.html#98623</guid>
  </item> 
  <item>
   <title><![CDATA[IE can’t remember login info : that didn&amp;#039;t help, i deleted...]]></title>
   <link>https://forums.webwiz.net/ie-cant-remember-login-info_topic18226_post98615.html#98615</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=21213">adrianv</a><br /><strong>Subject:</strong> 18226<br /><strong>Posted:</strong> 02&nbsp;February&nbsp;2006 at 6:56am<br /><br />that didn't help, i deleted IE cookies, looged in to the forum, closed the browser and re-opened it.<br><br>the IE did not remember my details and i had to re-login.<br>]]>
   </description>
   <pubDate>Thu, 02 Feb 2006 06:56:42 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/ie-cant-remember-login-info_topic18226_post98615.html#98615</guid>
  </item> 
  <item>
   <title><![CDATA[IE can’t remember login info : Try celaring out IE&amp;#039;s cookie...]]></title>
   <link>https://forums.webwiz.net/ie-cant-remember-login-info_topic18226_post98590.html#98590</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 18226<br /><strong>Posted:</strong> 01&nbsp;February&nbsp;2006 at 6:40pm<br /><br />Try celaring out IE's cookie cache]]>
   </description>
   <pubDate>Wed, 01 Feb 2006 18:40:27 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/ie-cant-remember-login-info_topic18226_post98590.html#98590</guid>
  </item> 
  <item>
   <title><![CDATA[IE can’t remember login info :  HiI have modified the code in...]]></title>
   <link>https://forums.webwiz.net/ie-cant-remember-login-info_topic18226_post98581.html#98581</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=21213">adrianv</a><br /><strong>Subject:</strong> 18226<br /><strong>Posted:</strong> 01&nbsp;February&nbsp;2006 at 2:44pm<br /><br />Hi<br>I have modified the code in file: "<b>inc_login_user.asp</b>"<br>line: 162<br><table width="99%"><tr><td><pre class="BBcode"><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 'Read in the users ID number and whether they want to be automactically logged in when they return to the forum<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; lngUserID = CLng(rsCommon("Author_ID"))<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; strUsername = rsCommon("Username")<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; strUserCode = rsCommon("User_code")&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'modified code line<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 'For extra security create a new user code for the user<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ''strUserCode = userCode(strUsername) 'modified code line<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 'Save the new usercode back to the database<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ''rsCommon.Fields("User_code") = strUserCode 'modified code line<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ''rsCommon.Update&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;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'modified code line<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 'Write a cookie with the User ID number so the user logged in throughout the forum<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 'Write the cookie with the name Forum containing the value UserID number<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Response.Cookies(strCookieName)("UID") = strUserCode<br><br></pre></td></tr></table><br><br>the modification made it possible for a user to login from 2 computers and stay logged in.<br><br>after it worked ok for a few weeks, i suddenly need to re-login every time i open the IE (no problems in FF)<br>it happened after i added a few validation rules to the "<b>inc_regiter.asp</b>" file.<br><br>any sugesionts on what can cause this problem?<br><span style="font-size:10px"><br /><br />Edited by adrianv - 01&nbsp;February&nbsp;2006 at 2:45pm</span>]]>
   </description>
   <pubDate>Wed, 01 Feb 2006 14:44:27 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/ie-cant-remember-login-info_topic18226_post98581.html#98581</guid>
  </item> 
 </channel>
</rss>