>Cookies:
>How do I access vars stored in them?
Cookie.variableName
as in
<CFIF IsDefined("cookie.LoginInfo")>
<CFSET Username = cookie.LoginInfo>
<CFELSE>
<CFSET Username = "">
</CFIF>
<CFOUTPUT>
<FORM ACTION="" METHOD="POST">
<INPUT TYPE="TEXT" NAME="Username" VALUE="#UserName#"><BR>
<INPUT TYPE="PASSWORD" NAME="Password">
</FORM>
</CFOUTPUT>
William J. Riley
Administrator
Atlantic Computer Systems & Services
Edge Web Hosting
Phone:(410) 363-4626
Fax:(410) 363-8526
[EMAIL PROTECTED]
http://www.edgewebhosting.net
-----Original Message-----
From: Dusty Tinashe [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 22, 2000 9:37 AM
To: CF-Server
Subject: Client, session
Is a client a machine being used or a user logging in?
I mean when I am testing my app here on the same machine and I log two diff
ppl I get conflicts but on different machines all seems OK!
Cookies:
How do I access vars stored in them?
***********************************************************
"There is nothing in a caterpillar that tells you it's going
to be a butterfly."
***********************************************************
"In life you are given two ends, one to think with and the
other to sit on. Your success in life depends on which end you use most.
Heads you win, tails you lose."
--Conrad Burns, US Senator - Montana
***********************************************************
"People are lonely because they build walls
instead of bridges."
--Unknown
***********************************************************
Dusty Tinashe Shoko
Web Applications Developer
SARDC www.sardc.net
13 Bath Rd
Belgravia, Harare
Zimbabwe
Tel: +263 (4) 738694/5/6
Fax: +263 (4) 738693
***********************************************************
----------------------------------------------------------------------------
--
To unsubscribe, send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body or visit the list page at www.houseoffusion.com
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body or visit the list page at www.houseoffusion.com