Re: Finding a good Session management system.

2002-07-22 Thread Joe Eugene
MAIL PROTECTED]> Sent: Monday, July 22, 2002 1:18 PM Subject: RE: Finding a good Session management system. > Talking about mulit-page forms... > > I don't use session or client variables at all when doing multi-page > forms. I simply pass the form structure on to the next pag

RE: Finding a good Session management system.

2002-07-22 Thread Cornillon, Matthieu
SMTP:[EMAIL PROTECTED]] > Sent: 22 July 2002 14:10 > 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 > des

RE: Finding a good Session management system.

2002-07-22 Thread Stacy Young
pe I don't live to regret it and have some session issues emerge! -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED]] Sent: Monday, July 22, 2002 12:45 PM To: CF-Talk Subject: RE: Finding a good Session management system. I'd like to chime into this thread on the

RE: Finding a good Session management system.

2002-07-22 Thread Matthew R. Small
rm is reached, then the are committed to the database (or whatever) all at once. - Matt Small -Original Message- From: Cornillon, Matthieu [mailto:[EMAIL PROTECTED]] Sent: Monday, July 22, 2002 10:36 AM To: CF-Talk Subject: RE: Finding a good Session management system. Stephen, I am

RE: Finding a good Session management system.

2002-07-22 Thread Matt Robertson
I'd like to chime into this thread on the side of client variables. I've pretty much abandoned session vars in favor of client vars and - where needed - using wddx to fake a structure if I need it. It works marvelously. The kicker was when I found Hal Helms' tutorial on this. Using in part a ta

RE: Finding a good Session management system.

2002-07-22 Thread S . Isaac Dealey
> On Mon, 22 Jul 2002, S. Isaac Dealey wrote: >> >> I'm curious, why username? In this particular case it was a blunder -- >> the >> username wasn't ever used anywhere outside of the login, so there was no >> need to have it as a persistent variable... and I generally try to avoid >> using either

RE: Finding a good Session management system.

2002-07-22 Thread todd
On Mon, 22 Jul 2002, S. Isaac Dealey wrote: > > I'm curious, why username? In this particular case it was a blunder -- the > username wasn't ever used anywhere outside of the login, so there was no > need to have it as a persistent variable... and I generally try to avoid > using either of them a

RE: Finding a good Session management system.

2002-07-22 Thread todd
e: > Todd, > > What is "session corruption/leak"? I'm worried. :) > > Matthieu > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 22, 2002 10:21 AM > To: CF-Talk > Subject: RE: Finding a good Sess

RE: Finding a good Session management system.

2002-07-22 Thread S . Isaac Dealey
> On Mon, 22 Jul 2002, S. Isaac Dealey wrote: >> >> I worked for a while at an education-management company ( they manage >> k-12 schools for people who own / operate them, but don't know what >> they're doing :) where I found username and password (among other >> things) in a dump of the session

RE: Finding a good Session management system.

2002-07-22 Thread Adams, Stephen
I was interested in hearing about. > -- > From: Cornillon, Matthieu[SMTP:[EMAIL PROTECTED]] > Sent: 22 July 2002 15:36 > To: CF-Talk > Subject: RE: Finding a good Session management system. > > Stephen, > > I am not going to commen

Re: Finding a good Session management system.

2002-07-22 Thread S . Isaac Dealey
> 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. Who stores more than 32k in a persistent scope variable? ... Isaac Dealey www.turnkey.to 954-776-0046 ___

RE: Finding a good Session management system.

2002-07-22 Thread Cornillon, Matthieu
Todd, What is "session corruption/leak"? I'm worried. :) Matthieu -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, July 22, 2002 10:21 AM To: CF-Talk Subject: RE: Finding a good Session management system. Nothing wrong with session

RE: Finding a good Session management system.

2002-07-22 Thread Eugene, Joseph
] [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

RE: Finding a good Session management system.

2002-07-22 Thread Cornillon, Matthieu
; Sent: 22 July 2002 14:10 > 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

Re: Finding a good Session management system.

2002-07-22 Thread Bill Wheatley
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 t

RE: Finding a good Session management system.

2002-07-22 Thread todd
> http://www.dixonusa.com > > -Original Message- > From: S. Isaac Dealey [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 22, 2002 10:14 AM > To: CF-Talk > Subject: RE: Finding a good Session management system. > > > > Wasn't a flame -- just a sta

Re: Finding a good Session management system.

2002-07-22 Thread S . Isaac Dealey
> 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 i

RE: Finding a good Session management system.

2002-07-22 Thread Robert Everland
I Web Developer Extraordinaire Dixon Ticonderoga Company http://www.dixonusa.com -Original Message- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED]] Sent: Monday, July 22, 2002 10:14 AM To: CF-Talk Subject: RE: Finding a good Session management system. > Wasn't a flame -- jus

RE: Finding a good Session management system.

2002-07-22 Thread todd
On Mon, 22 Jul 2002, S. Isaac Dealey wrote: > > I worked for a while at an education-management company ( they manage k-12 > schools for people who own / operate them, but don't know what they're doing > :) where I found username and password (among other things) in a dump of the > session struct

RE: Finding a good Session management system.

2002-07-22 Thread S . Isaac Dealey
> Wasn't a flame -- just a statement. > ~Todd >> So.. my advice to you is to do a (proper locks >> around of course) and take a good hard look at what really should / >> shouldn't be there. >> >> ~Todd I worked for a while at an education-management company ( they manage k-12 schools for peopl

RE: Finding a good Session management system.

2002-07-22 Thread Adams, Stephen
oretti[SMTP:[EMAIL PROTECTED]] > Sent: 22 July 2002 14:59 > To: CF-Talk > Subject: Re: Finding a good Session management system. > > > > > I like you idea have you got a small example of this so I can see exatly > >

Re: Finding a good Session management system.

2002-07-22 Thread Stephen Moretti
> > I like you idea have you got a small example of this so I can see exatly > what you talking about. > Yup #request.sessionvar.userid# Hope that helps... Stephen __ Get the mailserver that powers

RE: Finding a good Session management system.

2002-07-22 Thread todd
Stephen, perhaps shoving everything into the variable scope isn't what you need then. If you're going from form to form, it wouldn't be that hard to loop around the form.fieldnames to set hidden form fields onto the next page to continue to pass on that information. I have a similiar applica

RE: Finding a good Session management system.

2002-07-22 Thread Michael Ross
This doesn't really help...I don't think he asked whether to use client or sessions. >>> [EMAIL PROTECTED] 07/22/02 09:01AM >>> Don't use session variables, but use cookies which maintain session state when the browser is open and deleted when closed. -Original Message- From: Adam

RE: Finding a good Session management system.

2002-07-22 Thread todd
s 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 mana

RE: Finding a good Session management system.

2002-07-22 Thread Adams, Stephen
what you talking about. Stephen > -- > From: Stephen Moretti[SMTP:[EMAIL PROTECTED]] > Sent: 22 July 2002 14:31 > To: CF-Talk > Subject: Re: Finding a good Session management system. > > Bah Humbug > > Use Client variables Just

RE: Finding a good Session management system.

2002-07-22 Thread Adams, Stephen
next one is going to be a large intranet with a lot of personalisation. Oh I love web-rat.com by the way, great site. Stephen > -- > From: [EMAIL PROTECTED][SMTP:[EMAIL PROTECTED]] > Sent: 22 July 2002 14:10 > To: CF-Talk > Subject: RE: Finding a goo

RE: Finding a good Session management system.

2002-07-22 Thread John McCosker
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

Re: Finding a good Session management system.

2002-07-22 Thread Stephen Moretti
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 way

RE: Finding a good Session management system.

2002-07-22 Thread todd
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 sessi

RE: Finding a good Session management system.

2002-07-22 Thread John McCosker
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.