Datasource as Client Store

Ask a Question related to Coldfusion Server Administration, Design and Development.

  1. #1

    Default Datasource as Client Store

    I'm trying to switch my client variable storage from the cookies to a mysql
    database. I used the CFMX7 Administrator to create the tables in a new schema
    and the tables exist but after half a day I have yet to find any records in the
    two tables. Am I missing so part of making this change? It appears that CF is
    still using the registry even though I do not have any application.cfm files
    that override the admin settings?

    900spg Guest

  2. Similar Questions and Discussions

    1. Join a query datasource and oledb datasource?
      Using CF5 here. I have a query that I'm creating on the fly using the QueryNew() and QueryAddRow() functions. Then I run my query using...
    2. Update one datasource using a 2nd datasource?
      I have a CF app using an Access 2000 DB, Treasury. One of the tables holds user data (i.e. location, city, state, supervisor, etc.). This data is...
    3. Flash Webcam client <-> client (not client <-> server<-> client)
      Dear Flash Team, supporter and regular mortals (Like myself) I am currently running a IRC chat with mostly webclients connected. We currently offer...
    4. HttpWebRequest not finding SSL client certs in the 'Local Computer' store
      Hi Hari, Is your account an administrator account on the client computer? Luke Microsoft Online Support Get Secure!...
    5. XP, IBM Access Connections, Cisco VPN client, Novell client
      I am having this problem getting IBM laptops to login to the wired network after I installed the latest IBM Access Connections software and the...
  3. #2

    Default Re: Datasource as Client Store

    After you create it, you've still got to go back and actually select that store
    as your client store and then apply it. I don't remember if you need a server
    reboot or not.

    Also, if your code is forcing variables into session scope then nothing will
    be written to your db.


    ke4pym Guest

  4. #3

    Default Re: Datasource as Client Store

    Hi je4pym,
    Thanks for the response to my question. After creating I did select the
    database client store and applied the settings. I have a third party web store
    and forum that both seem to require client variables because if I set the
    setting for client variables to none both pages give an error that they need
    client variables and the administrator is set to none.

    A little more background on the situation. My site had been using the registry
    for client variables for the last 9 months. The registry grew considerably and
    seemd to be causing performance issues on the server. I changed the client
    variable setting to cookies a week or so ago and used the clientvarpurge
    template available from adobe. Yesterday I created the tables in my database
    using the ColdFusion Administrator and set the client variables to use this as
    the client variable store.

    It now appears that I have client variable in my registry and I can not get
    any to be written in the database. Looking through the log files I do not see
    anything that would seem to point out the issue.

    900spg Guest

  5. #4

    Default Re: Datasource as Client Store

    Have you tried restarting the server?
    ke4pym Guest

  6. #5

    Default Re: Datasource as Client Store

    I have tried restarting the server and recreating the db client store tables.
    When I set my client variables to cookie my forum software is able to remember
    my username and password when I check the box requesting the values to be
    remembered. As soon as I switch the client variables to be set in the db the
    forum software is no longer able to remember my username and password and I
    never get any records written to the client variable tables.

    900spg Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139