I am using a membership API (
blnMemberAPI = True in
functions_member_API.asp). I am experiencing the following:
Forum:
Logon - ok, logon in functions_member_API works in parallel with both membership and forumLogoff - Logoff - ok, logoff in functions_member_API works in parallel with both membership and forum
Memberpages:
Logon - ok, transfers session to forum and both are logged in
Logoff - only logs off membership pages, not forum
How can I get the member page to logoff the forum account also so the user won't show active? Can I somehow rig log_off_user.asp page? My concern is a user will think they logged off from the system by clicking on Logoff in the member pages, but the forum account is still logged in! Probably something very simple I overlooked...
Thanks in advance!!!