<?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 : using member api, users not autoregistering</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 : using member api, users not autoregistering]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 04:58:36 +0000</pubDate>
  <lastBuildDate>Wed, 09 Jan 2008 22:01:50 +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=25122</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[using member api, users not autoregistering : I have just noticed that the variables...]]></title>
   <link>https://forums.webwiz.net/using-member-api-users-not-autoregistering_topic25122_post130617.html#130617</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 25122<br /><strong>Posted:</strong> 09&nbsp;January&nbsp;2008 at 10:01pm<br /><br />I have just noticed that the variables are not what they are meant to be they should be Uppercase:-<br><br>Session("USER") = Member_Username<br>Session("PASSWORD") = Member_Password<br>Session("EMAIL") = Member_Email<br>]]>
   </description>
   <pubDate>Wed, 09 Jan 2008 22:01:50 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/using-member-api-users-not-autoregistering_topic25122_post130617.html#130617</guid>
  </item> 
  <item>
   <title><![CDATA[using member api, users not autoregistering : It sounds like it could be that...]]></title>
   <link>https://forums.webwiz.net/using-member-api-users-not-autoregistering_topic25122_post130616.html#130616</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 25122<br /><strong>Posted:</strong> 09&nbsp;January&nbsp;2008 at 10:00pm<br /><br />It sounds like it could be that your site is unable to handle session variables.<br><br>Session variables only work on the same site and can not be shared between sub domains.<br><br>To check that the session variables are being passed across edit the file common.asp and add into is:-<br><br>Response.Write(Session("USER"))]]>
   </description>
   <pubDate>Wed, 09 Jan 2008 22:00:56 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/using-member-api-users-not-autoregistering_topic25122_post130616.html#130616</guid>
  </item> 
  <item>
   <title><![CDATA[using member api, users not autoregistering : Hi  I have restored my code...]]></title>
   <link>https://forums.webwiz.net/using-member-api-users-not-autoregistering_topic25122_post130613.html#130613</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=27422">aaronsm</a><br /><strong>Subject:</strong> 25122<br /><strong>Posted:</strong> 09&nbsp;January&nbsp;2008 at 6:14pm<br /><br />Hi<DIV>&nbsp;</DIV><DIV>I have restored my code and created a new database,&nbsp; and its still not autoregistering?</DIV><DIV>What should I be looking for?</DIV><DIV>thanks</DIV><DIV>Mike</DIV>]]>
   </description>
   <pubDate>Wed, 09 Jan 2008 18:14:46 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/using-member-api-users-not-autoregistering_topic25122_post130613.html#130613</guid>
  </item> 
  <item>
   <title><![CDATA[using member api, users not autoregistering : This is just a dev version at...]]></title>
   <link>https://forums.webwiz.net/using-member-api-users-not-autoregistering_topic25122_post130611.html#130611</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=27422">aaronsm</a><br /><strong>Subject:</strong> 25122<br /><strong>Posted:</strong> 09&nbsp;January&nbsp;2008 at 5:34pm<br /><br />This is just a dev version at this time, but I need it for a demo&nbsp; first thing tomorrow morning (as is always the case).&nbsp;&nbsp; I can reapply the whole database but I dont really want to as it will lose all my settings.<DIV>&nbsp;</DIV><DIV>Would deleting these few rows really have broken it?</DIV>]]>
   </description>
   <pubDate>Wed, 09 Jan 2008 17:34:41 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/using-member-api-users-not-autoregistering_topic25122_post130611.html#130611</guid>
  </item> 
  <item>
   <title><![CDATA[using member api, users not autoregistering : Deleting users directly from the...]]></title>
   <link>https://forums.webwiz.net/using-member-api-users-not-autoregistering_topic25122_post130609.html#130609</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 25122<br /><strong>Posted:</strong> 09&nbsp;January&nbsp;2008 at 5:31pm<br /><br />Deleting users directly from the database is not something we support as it can break your database.<br><br>Hopefully before you did this you backed up your database, in which case you should go back to your backed up database.<br>]]>
   </description>
   <pubDate>Wed, 09 Jan 2008 17:31:54 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/using-member-api-users-not-autoregistering_topic25122_post130609.html#130609</guid>
  </item> 
  <item>
   <title><![CDATA[using member api, users not autoregistering : what could have gone wrong? I...]]></title>
   <link>https://forums.webwiz.net/using-member-api-users-not-autoregistering_topic25122_post130608.html#130608</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=27422">aaronsm</a><br /><strong>Subject:</strong> 25122<br /><strong>Posted:</strong> 09&nbsp;January&nbsp;2008 at 5:29pm<br /><br /><P>what could have gone wrong?</P><P>I am using the member API and have set my Session("user") and session("Password") variables however it is just not autoregistering the users.</P><DIV>It was working okay, and I'm not too sure what I have done other than&nbsp;delete some autoregistered users from the database table rather than via the control panel. Could this break it?&nbsp; I still have my admin user and guest user in there.</DIV><DIV>&nbsp;</DIV><DIV>These are set in the memberapi.asp page.</DIV><DIV>&nbsp;</DIV><DIV>Const blnMemberAPI = True </DIV><DIV>Const blnMemberAPIDisableAccountControl = True</DIV><DIV>&nbsp;</DIV><DIV>any ideas?</DIV><DIV>&nbsp;</DIV><DIV>thanks</DIV><DIV>Mike</DIV>]]>
   </description>
   <pubDate>Wed, 09 Jan 2008 17:29:04 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/using-member-api-users-not-autoregistering_topic25122_post130608.html#130608</guid>
  </item> 
 </channel>
</rss>