I have just started working on a spectra client site, that has been written
using session variables in several major places.  Unfortunately this is to
be a clustered site, so we need to move to client variables.  The actual
changing of the code is fine (ie session. to client.) but there are still
some session variables out there that appear to be necessary.

Can the two co-exist?  I can't remember ever needing to do it?

There is also one client variable that we seem to be unable to change the
value of.  It doesn't appear to be written at any point, and we are unable
to delete it.  Am I right in thinking that StructDelete() should work
(because it hasn't yet), or what?  Is this another problem with the
sessions?

Code:

in application.cfm:

<cfa_applicationInitialize
        name="PL_Something"
        mode="#variables.mode#"
        setClientCookies="YES"
        clientManagement="YES"
        clientStorage="clientData"
        SESSIONMANAGEMENT="Yes"
        SESSIONTIMEOUT=#CreateTimeSpan(0,1,0,0)#
>

....

<cfparam name="client.pagechannel" default="">
<cfparam name="client.thepageID" default="">
<cfparam name="client.outpage" default="">

<cfparam name="session.editMode" default="">

....

Anything wrong here (I didn't write it I just turned up!).

In advance - thanks!

Paul


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to