> Curious - would switching from session vars to > client vars entail > a major rewrite? Am I dumb in thinking you'd just do > a search for > "session." and implement the client variable code?
Well, of course it depends. But since most people wrap their session stuff around locks, and other various tricks, a lot of that stuff can be removed. And client variables can't directly store complex vars, so there might be some rewrite there. You also need to tell your application to use client vars. > > - Gyrus > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

