by default it will be using the registry for storing client variables, so
your problem in undoubtably here.
Setup a database for your client variables and set this a sthe default in
the cfadmin and see if that helps.

/Russ

-----Original Message-----
From: Garry Mills [mailto:[EMAIL PROTECTED]]
Sent: 29 November 2002 11:20
To: '[EMAIL PROTECTED]'
Subject: [ cf-dev ] Application.cfm/client vars


I've got this as my standard application.cfm starter for 10

<cfapplication name="whatever"
        clientmanagement="Yes"
        sessionmanagement="Yes"
        sessiontimeout="#CreateTimeSpan(0,1,0,0)#"
        applicationtimeout="#CreateTimeSpan(1,0,0,0)#">

Which covers most things: works fine. But we're consolodating a couple of
servers and the clientmanagement setting is causing big problems on the new
box: causing the pages to load *very* slowly, or not at all. Remove the
clientmanagement="yes" bit and we're up and running.

Question is why? Both are W2K with 4.5 sp2 near as dammit identical spec
standard installation of both Windows and CF, nothing flash.

Any ideas gratefully received.

Garry

--
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]


-- 
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

Reply via email to