I have developed a whole stack of stuff
using session variables.

Like an online accounting system with
100+ users at a time, bashing away 12 hours a day.

Never had a single problem.

As far as I'm concerned....session vars works
very good.


Herman


-----Original Message-----
From: Mike Fleming [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 25, 2001 3:44 PM
To: CF-Server
Subject: RE: Using CFAPP and inactive interfaces...


I agree with Ben.  What reason(s) do you have for not using session
variables?

---- Original Message ----
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED],
Subject: RE: Using CFAPP and inactive interfaces...
Date: Wed, 25 Jul 2001 08:55:38 -0400

>>> Don't use session variables, never a good idea.
>
>Why on earth not? Sure, locking can be a pain (although you can
>always
>single thread sessions), but "never a good idea"? Sorry, I don't buy
>that
>one.
>
>--- Ben
>
>
>-----Original Message-----
>From: Andrew Scott [mailto:[EMAIL PROTECTED]]
>Sent: Wednesday, July 25, 2001 8:50 AM
>To: CF-Server
>Subject: RE: Using CFAPP and inactive interfaces...
>
>
>Don't use session variables, never a good idea.
>
>
>> -----Original Message-----
>> From: Justin Buist [mailto:[EMAIL PROTECTED]]
>> Sent: Wednesday, 25 July 2001 3:58 AM
>> To: CF-Server
>> Subject: Re: Using CFAPP and inactive interfaces...
>>
>> I'm assuming you are using 20 minutes because that's what session
>> variables time out at by default...
>>
>> So... just check for the existence of the session variable(s) you
>set
>when
>> they do login at the top of all pages which really need it.  If
>they
>> navigate to a page that needs them to be logged in redirect them to
>the
>> login page with instructions that they sat idle too long.
>>
>> For the love of God don't try and close down an application on the
>user's
>> desktop just because they sat idle too long.
>>
>> Justin Buist
>> Trident Technology, Inc.
>> 4700 60th St. SW, Suite 102
>> Grand Rapids, MI  49512
>> Ph. 616.554.2700
>> Fx. 616.554.3331
>> Mo. 616.291.2612
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with 
'unsubscribe' in the body or visit the list page at www.houseoffusion.com

Reply via email to