Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to Create a Server-Sided Session in ColdFusion?

Status
Not open for further replies.

Chinyere

Programmer
Mar 9, 2001
79
US
Hi All,

Are server-sided sessions possible in ColdFusion? If so, does anyone have a how-to or maybe point me in the right direction?

I would like to create a prgram that would NOT drop cookies on the client's machine (or hold anything on their memory bank). Basically, I am am supposed to create a session but not "interfere" with the client's computer at all. Is this possible with ColdFusion?

Please reply to me directly as I am on digest. Thanks in advance!

Chinyere [afro2]
 
I use the application variables to store app scope infos.
Session.Username for clients, and Application.Username for server.

Don't know if there's another method.

Regards,
mansii
 
Thanks a whole lot guys!!! I will try all suggestions.

Chinyere [afro2]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top