<?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 : member API doesn&#039;t respect blnDatabaseHeldSession</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 : member API doesn&#039;t respect blnDatabaseHeldSession]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 06 Apr 2026 13:52:44 +0000</pubDate>
  <lastBuildDate>Tue, 02 Oct 2007 08:26:08 +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=24560</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[member API doesn&#039;t respect blnDatabaseHeldSession :      To keep the Member API...]]></title>
   <link>https://forums.webwiz.net/member-api-doesnt-respect-blndatabaseheldsession_topic24560_post128246.html#128246</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 24560<br /><strong>Posted:</strong> 02&nbsp;October&nbsp;2007 at 8:26am<br /><br />To keep the Member API as simple as possible to setup it requires that the data from your own login system be passed across in ASP session variables  ( Session("USER"), Session("PASSWORD"), Session("EMAIL")). The last one Session("ForumUSER") is used to keep track that the user hasn't logged in as a different user halfway through the forums session.<br><br>Once the data from the ASP session has been passed across to Web Wiz Forums it then uses it's own session system, which is kept in a database if enabled. The only time the ASP session variables passed across from your own login system are referenced is to keep the forum and your own login system in sync which prevents some strange login, logoff issues if it is not.<br><br>If you are not using ASP session variables at all then the Member API will simply not run, and instead you will probally need to get a developer to look for some custom solution to integrate your login system with the forum. Maybe look at updating the forums database directly from your own member system.<br><span style="font-size:10px"><br /><br />Edited by -boRg- - 02&nbsp;October&nbsp;2007 at 8:33am</span>]]>
   </description>
   <pubDate>Tue, 02 Oct 2007 08:26:08 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/member-api-doesnt-respect-blndatabaseheldsession_topic24560_post128246.html#128246</guid>
  </item> 
  <item>
   <title><![CDATA[member API doesn&#039;t respect blnDatabaseHeldSession : functions_member_API.asp doesn&amp;#039;t...]]></title>
   <link>https://forums.webwiz.net/member-api-doesnt-respect-blndatabaseheldsession_topic24560_post128240.html#128240</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=27091">cludwig</a><br /><strong>Subject:</strong> 24560<br /><strong>Posted:</strong> 01&nbsp;October&nbsp;2007 at 9:41pm<br /><br />functions_member_API.asp doesn't respect setting blnDatabaseHeldSession to true in /includes/setup_options_inc.asp ( used to force the code to store session data in the DB instead of in Session() variables ).<br><br>Our production system consists of several machines in a cluster ("web garden"?), and as such Session variables don't work.&nbsp; To enforce this (ensuring that well meaning but poorly informed developers don't use Session) IIS on all of our servers is set to not enable Session State.<br><br>When functions_member_API.asp attempts to set Session() variables with username, password, and email address, it fails on a server configured thusly throwing a 500 error ("<span style="font-size: 8pt; font-family: &quot;Verdana&quot;,&quot;sans-serif&quot;;">MicrosoftVBScript runtime (0x800A01F4) Variable is undefined: 'Session'</span>).<br><br>Seems that if there's going to be the option ("blnDatabaseHeldSession") that it ought to be respected everywhere -- if not then I would expect odd behaviour in clustered environments.<br><br>Any suggestions for workarounds (other than the obvious "Enable Session State in IIS,") -- which I feel certain will allow the site to work most of the time but will cause some weirdness when servers are changed mid-session?<br><br>If the four session variables ( Session("USER"), Session("PASSWORD"), Session("EMAIL"), and Session("ForumUSER")) were only used in the one file, then I wouldn't bother asking, and would just change them to local variables.&nbsp; Unfortunately, some of them also seem to be referenced in functions_login.asp and log_off_user.asp.<br><br>I guess the thing to do would be to have those variables also call functions_session_data.asp functions just like any other Session() variables elsewhere.<br><br>Hopefully that's a robust report?<br><br>PS - New user and so far very happy... <img src="https://forums.webwiz.net/smileys/smiley1.gif" border="0" alt="Smile" /><br>]]>
   </description>
   <pubDate>Mon, 01 Oct 2007 21:41:38 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/member-api-doesnt-respect-blndatabaseheldsession_topic24560_post128240.html#128240</guid>
  </item> 
 </channel>
</rss>