Thane, here are my thoughts. If you are not now or in the future going to cluster your app across multiple servers, Session variables would be a better option. They are less coding intensive and providing you pay good attention to locking (using CFLOCK) and garbage collection (for instance killing the vars on log-out) that is the way to go. I have always used Session vars in preference to url vars and have had good success with that (again where I am not clustering).
Kind Regards - Mike Brunt, CTO Webapper http://www.webapper.com Downey CA Office 562.243.6255 AIM - webappermb "Webapper - Making the NET work" -----Original Message----- From: Thane Sherrington [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 12, 2002 11:23 AM To: CF-Talk Subject: Session vs URL variables I've been encrypting my URL variables before passing them but I was wondering if I'd be better off simply using a Session variable to handle most of my variables and only hand off one or two URL variables. That way I could avoid the encryption. Which is the better approach? T ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists