Thanks for flaming me Todd, my suggestion was a general hint of a direction in which to contemplate based on the information given,
>>I am always finding myself >>creating/deleting and checking for session variables or changing them into >>request variables >>It always seems to me that there must be a better way in >>which to use them. >>keep track of them with out have to write tons of code and does not add loads of >>time to the running of my applications, -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, July 22, 2002 2:10 PM To: CF-Talk Subject: RE: Finding a good Session management system. That was a pretty vague and not very helpful answer John. Stephen, what all are you storing in session variables? Could you describe your application a little more? I've always tried to make sure that I'm using session variables as little as possible anymore. I've moved majority of my session variables into client variables (storage in db). None the less, there's still a variable management issue that you have to get your fingers wrapped around. Perhaps you're storing too much information into the session scope if you're pondering that there has to be a better way. So.. my advice to you is to do a <cfdump var="#session#"> (proper locks around of course) and take a good hard look at what really should / shouldn't be there. ~Todd On Mon, 22 Jul 2002, John McCosker wrote: > Don't use session variables, > but use cookies which maintain session state when the browser is open > and deleted when closed. > > -----Original Message----- > From: Adams, Stephen [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 22, 2002 1:54 PM > To: CF-Talk > Subject: Finding a good Session management system. > > > ********************************************************************** > WESTMINSTER CITY COUNCIL > Please refer to the disclaimer beneath this message > ********************************************************************** > > Hi, > > I have been building CF sites for a while now and I am always finding myself > creating/deleting and checking for session variables or changing them into > request variables. It always seems to me that there must be a better way in > which to use them. A way that lets me create them easily, delete them, keep > track of them with out have to write tons of code and does not add loads of > time to the running of my applications.. > Does anyone know of or have any tips on how I can easily handle the > management of session variables. > > Thanks > > Stephen > > > ********************************************************************** > Westminster City Council switchboard: > +44 20 7641 6000 > ********************************************************************** > This E-Mail may contain information which is > privileged, confidential and protected from > disclosure. If you are not the intended recipient > of this E-mail or any part of it, please telephone > Westminster City Council immediately on receipt. > You should not disclose the contents to any other > person or take copies. > ********************************************************************** > > > ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm 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

