Print Page | Close Window

functions_member_API.asp - Coding Help

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=26063
Printed Date: 03 April 2026 at 11:03am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: functions_member_API.asp - Coding Help
Posted By: jadam
Subject: functions_member_API.asp - Coding Help
Date Posted: 04 August 2008 at 3:22am

Thanks to everyone who explained to me that if I need to use a seperate database for my members then I need to use the Members API.

I've set Const blnMemberAPI = True and Const blnMemberAPIDisableAccountControl = True (searching thru past postings I got the impression that the both had to be set to true).
 
I created a simple test page that sets the user and password by doing this:
 
<%
                       session("USER") = "test"
                       session("PASSWORD") = "user"
 %>
I've  even added this code to be sure the sessions were set:
 
Your name <%Response.Write(Session("user"))%>
Your Password <%Response.Write(Session("password"))%>
I can see that both variables are displaying the correct information but when I go to the forum, the user is not logged in or created.
 
What am I missing?
 
Thanks,
Joe
 



Replies:
Posted By: jadam
Date Posted: 04 August 2008 at 3:38am
I found my problem.... I have all my web pages ending in .aspx. I changed the login page to asp and it worked fine!



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net