Client Variables in database storage holds default 120k but you increase the
size
of the data fields.. at least this is what the documentation says.
WDDX and Client variables would be a good option.
Joe
Certified Advanced ColdFusion Developer

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 22, 2002 10:30 AM
To: CF-Talk
Subject: Re: Finding a good Session management system.


Use client variables if they are going to be less then 32k (i think it was)
or you will mess up your client variable storage and have to rebuild them.

Bill Wheatley
Senior Database Developer
Macromedia Certified Advanced Coldfusion Developer
EDIETS.COM
954.360.9022 X159
ICQ 417645
----- Original Message -----
From: "Stephen Moretti" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, July 22, 2002 9:31 AM
Subject: Re: Finding a good Session management system.


> Bah Humbug....
>
> Use Client variables....  Just don't forget that you must change the
default
> client store from registry to a datasource (whatever the operating system
> you're running on) otherwise your registry will either fill up quickly or
> just slow your application down horrendously.
>
> Better ways of handling your session variables.....
> Copy your entire session scop to a request variable in Application.cfm and
> back again in onRequestEnd.cfm.  This way during the users request to site
> whatever session variable you need is in the request scope.  No messing
with
> cflocks in the rest of your code.... Make sure you do a Duplicate() rather
> than StructCopy or request.session = session....
>
> Or you could buy CFMX and do away with cflocking (unless there's going to
be
> any kind of race condition)
>
> Regards
>
> Stephen
>
> > 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.
> > **********************************************************************
> >
> >
> >
> 

______________________________________________________________________
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

Reply via email to