Ask a Question related to Coldfusion - Getting Started, Design and Development.
-
ajohn30@adelphia.net #1
Sign In/Sign Out like macromedia page
I would like to add a sign in link that after you are signed in changes to sign out like on the top of the macromedia site. If anyone can help with this it would be very much appreciated.
ajohn30@adelphia.net Guest
-
#39374 [NEW]: it add greater-than sign all page
From: phunsanit at Hotmail dot com Operating system: win-xp PHP version: 5.2.0 PHP Bug Type: Output Control Bug description:... -
No + (plus sign)
I am not new to web design in general however i am trying new skills for cold fusion. i have completed the first tutorial that comes with coldfusion... -
minus sign proportion to + sign in bold
Does anyone know how to make a minus sign that is proportional to a plus sign (+) in bold in Freehand? -
Cant display a value that contains a + Sign
Hi Im pulling out of my dbase a record nuber however when I response.write it I get strange results: Ie: r = RS1("recid") response.write r -
VPN Single-sign on?
Single sign-on from VPN? We have an environment using a Nortel VPN login and want to be able to avoid a login for that user to an asp.net... -
Stressed_Simon #2
Re: Sign In/Sign Out like macromedia page
OK I am going to assume a few things as you haven't provided much info.
Firslty, I assume in your Application.cfm you use cfparam to set a SESSION
variable to default the user as not logged in. Secondly that when a user logs
in you set this varaible to true? Well if this is true then all you need to do
is the following:-
<cfif SESSION.IsLoggedIn>
Sign Out
<cfelse>
Sign In
</cfif>
Stressed_Simon Guest



Reply With Quote

