tru..
find out whats worong by read to mutch and find out how to wright the code to make it work
Code:
<cfif IsDefined("Session.MM_UserAuthorization") AND
Session.MM_UserAuthorization EQ 1>
<cfinclude template="/testlogin/include/logout.cfm">
<cfelse>
<cfinclude template="/testlogin/include/login.cfm">
</cfif>
to use this is have working login form in page..
by use this in all page now i can hide and show content for member.
hope this can help som other one.