Ask a Question related to Coldfusion - Getting Started, Design and Development.
-
alecken #1
How to kill client var?
Hi,
I need to create a log off functionality.
Since my app. uses client variable and cookies for login I plan to clear
these variables upon log off
I did this to clear cokkies but not sure how to clear the client variables:
<cfif IsDefined("url.logoff")>
<cfcookie NAME="MyLogin" expires="NOW">
<cfset StructDelete(Client, "LName")> <<<<<< This does not
work!
<cfset StructDelete(Client, "Administrator")>
<<<<<< This does not work!
</cfif>
alecken Guest
-
How do I kill it?
:mad; When tring to read pages from the UK Daily Tel, I am continually distracted by asinine animated adverts. PLEASE - How can I kill them? -
CFM will kill iis when off
This is a note for development environments. Using WinXPPRO IIS. When CFMX7 is installed and turned off IIS will be very slow to respond or pages... -
Flash Webcam client <-> client (not client <-> server<-> client)
Dear Flash Team, supporter and regular mortals (Like myself) I am currently running a IRC chat with mostly webclients connected. We currently offer... -
How to kill all sessions
I developed a PHP/MySQL dynamic application. It's on a Linux box running Apache. Periodically I need to take the application down while I import... -
How to kill gdm??
Every time when killed gdm will restart itself, so if I start with gdm and later I don't want to see gdm after logout how should I do?? Thanks --... -
Hal B. Helms #2
Re: How to kill client var?
There's a DeleteClientVariable('client_variable_name') function that should help.
Hal B. Helms Guest



Reply With Quote

