Application, Client , Session Vars again

2003-11-17 Thread Schuster, Steven
How can I display all of the client/session variables currently stored by CF
for a user. Specifically I am looking for the key that controls the client.
Var so I can store it in a db and do my multi-hosted site stuff that way.
The cfmodule way didn't work.

 
Steve

 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Application, Client , Session Vars again

2003-11-17 Thread Matt Robertson
Steven Schuster wrote:
How can I display all of the client/session variables currently stored 
by CF

cfdump var=#session# label=Session variables
cfdump var=#client# label=Client variables

--
---
 Matt Robertson,[EMAIL PROTECTED]
 MSB Designs, Inc. http://mysecretbase.com
---

--
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]