<?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 : [Suggestion] for Member API</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 : [Suggestion] for Member API]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 00:40:43 +0000</pubDate>
  <lastBuildDate>Fri, 22 Feb 2008 18:58:46 +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=25331</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[[Suggestion] for Member API : I am using V 9.08. We have strict...]]></title>
   <link>https://forums.webwiz.net/suggestion-for-member-api_topic25331_post131559.html#131559</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=27602">GottaLoveIT</a><br /><strong>Subject:</strong> 25331<br /><strong>Posted:</strong> 22&nbsp;February&nbsp;2008 at 6:58pm<br /><br /><P>I am using V 9.08.</P><P>We have strict site control and our main site logs a user out if they close the browser.&nbsp; However, when opening the site again, the Forum was still logged in.&nbsp; In tracking this down, I noticed in the Member API Functions file, at the end, you have these 2 cookie settings:</P><P><table width="99%"><tr><td><pre class="BBcode"><BR>Call setCookie("sLID", "UID", strNewUserCode, True)<BR>Call setCookie("sLID", "NS", "0", True)<BR></pre></td></tr></table></P><P>I changed them to:<BR><table width="99%"><tr><td><pre class="BBcode"><BR>Call setCookie("sLID", "UID", strNewUserCode, bolMemberApiAutoLogin)<BR>Call setCookie("sLID", "NS", "0", bolMemberApiAutoLogin)<BR></pre></td></tr></table></P><P>And then after the:<BR><table width="99%"><tr><td><pre class="BBcode"><BR>Const strMemberAPILogoutURL = "/logout.asp"<BR></pre></td></tr></table></P><P>and before the:<BR><table width="99%"><tr><td><pre class="BBcode"><BR>'****************************************************************************************<BR></pre></td></tr></table></P><P>I added:<BR><table width="99%"><tr><td><pre class="BBcode"><BR>'Enable or disable auto login when user returns<BR>'------------------------------------------<BR>'Set to True if you want the Forum to be logged in automatically when user returns, even if user<BR>'is not logged in to your main authentication. Set to False if you do not want user automatically logged in.</P><P>Const bolMemberApiAutoLogin = "False<BR></pre></td></tr></table></P><P>This fixed the problem.&nbsp; </P>]]>
   </description>
   <pubDate>Fri, 22 Feb 2008 18:58:46 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/suggestion-for-member-api_topic25331_post131559.html#131559</guid>
  </item> 
 </channel>
</rss>