I just found this TechNote
http://www.macromedia.com/v1/handlers/index.cfm?ID=23508&Method=Full
on the MM site. I attach to my dev box via the browser by typing
http://machinename
Could this be the problem?

-AD

//////////////////////////////////////////////////////////////////////////

1. I've set up client management in my application.cfm like so...

<CFAPPLICATION NAME="test" CLIENTMANAGEMENT="Yes"
               SESSIONMANAGEMENT="Yes" SETCLIENTCOOKIES="Yes"
               SESSIONTIMEOUT="#CreateTimeSpan(0, 0, 120, 0)#"
               APPLICATIONTIMEOUT="#CreateTimeSpan(0, 0, 120, 0)#"
               CLIENTSTORAGE="testdatasource">

2. Went to my CF Admin and added client management to my testdatasource
Database.
3. Verified that the database has the correct tables for client management
4. Started my application entered some form data that gets placed into the
database via the client variable scope
5. Verified that data has actually been placed into the database and it is
in there
6. I close the browser
7. Open the browser, log in and get validated but My client variable don't
get populated from the database.

What am I missing?

I'm placing code like this on the top of my pages...

<CFIF IsDefined("Client.variablename")>
        <CFPARAM NAME="prefill_variablename"
DEFAULT="#client.variablename#">
<CFELSE>
        <CFPARAM NAME="prefill_variablename" DEFAULT="">
</CFIF>

but it always goes to the ELSE portion of the code.

Thank you in advance,
Ali Daniali

-------------------------------------------------------
This message (including any attachments) may contain
confidential and privileged information.  If you are
not the intended recipient, please notify the sender
and delete all copies of the original message without
using or disclosing it.  Thank you.
-------------------------------------------------------


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to