Ask a Question related to Dreamweaver AppDev, Design and Development.
-
barbedwire103 #1
If user logged in statement?
I have a member site and only want the sign in to show if the user is not
already signed in and the log out to show only if the user is logged in. Can i
do this? I know i can for datasets, whether they are empty or full, or if it is
the last of first page but is there a tag for if the user is logged? I am
guessing that there is since there are a lot of sites that do what i am trying
to do. Thanks for the help!
barbedwire103 Guest
-
I want asp.net to act as a different user than the one that is currently logged on IS THIS POSSIBLE!!!
Hi James, were you able to resolve your problem? I'd be interested to know how you achieved this. Basically I have the same set up as you. I want... -
Check if user is already logged in
Hi, i have a website , on wich users have to log in credentials are checked against mysql db some session vars are set during login for use... -
Recognise a logged in user
Hi How do I recognise a logged in user on a Windows network. The clients are running XP/IE6. Server is NT Server 2000 / IIS. The Situation... -
Logged in user?
I need some asp code that can give me the user that is logged on to the PC, can anyone help? Regards Betina -
Identify logged on user
I want to identify the user name of the person logged onto the computer and display this name on an Access form. Can anyone show me how to do this? -
CarlGrint #2
Re: If user logged in statement?
If you are using the inbuilt Login behaviour you can simply check if the
Session MM_Username is true and if so, not show the link.
<%If Session("MM_Username") = "" Then%>
Login
<%End If%>
Originally posted by: barbedwire103
I have a member site and only want the sign in to show if the user is not
already signed in and the log out to show only if the user is logged in. Can i
do this? I know i can for datasets, whether they are empty or full, or if it is
the last of first page but is there a tag for if the user is logged? I am
guessing that there is since there are a lot of sites that do what i am trying
to do. Thanks for the help!
CarlGrint Guest
-
barbedwire103 #3
Re: If user logged in statement?
Am i supposed to put a <?php tag around it? I have copied and pasted your code
to where i need it. I put the true statement inbetween the quotes. For some
reason, its still not working. I looked at my other if statements, the ones
that DW made, and they all are with in php tags. Are these supposed to be too?
If so, could you add them to your previous code, so i coudl see? Thank you so
much for your help!
barbedwire103 Guest
-
CarlGrint #4
Re: If user logged in statement?
Mine was ASP coding, you will need to change it to PHP code and the correct
session name the PHP version creates.
Originally posted by: barbedwire103
Am i supposed to put a <?php tag around it? I have copied and pasted your code
to where i need it. I put the true statement inbetween the quotes. For some
reason, its still not working. I looked at my other if statements, the ones
that DW made, and they all are with in php tags. Are these supposed to be too?
If so, could you add them to your previous code, so i coudl see? Thank you so
much for your help!
CarlGrint Guest
-
barbedwire103 #5
If user logged in statement?
I have a member site and only want the sign in to show if the user is not
already signed in and the log out to show only if the user is logged in. Can i
do this? I know i can for datasets, whether they are empty or full, or if it is
the last of first page but is there a tag for if the user is logged? I am
guessing that there is since there are a lot of sites that do what i am trying
to do. I need this for the php language. Thanks for the help!
barbedwire103 Guest



Reply With Quote

