good idea - will do this -
until now i found out where the insufficient permissions was noticed.
its in functions_common.asp (included in register.asp)
Private Function checkFormID(strFormID)
'Check to see if the form ID's match if they don't send the user away If strFormID <> getSessionItem("formID") Then
'Clean up before redirecting Call saveSessionItem("formID", "") Call closeDatabase()
'Redirect to insufficient permissions page Response.Redirect("insufficient_permission.asp?M=sID" & strQsSID3 & "&functionscommon=line1106") End If End Function
|
So something wrong with session or strFormID
I am using MemberAPI
any idea right now with this informations? Will look even more deeper ;o).
will keep you upToDate
THX