How to query Client Variables in CDATA

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default How to query Client Variables in CDATA

    We currently store client variables in a SQL Server database using the CDATA
    and CGLOBAL tables. I would like to know how to query that database in order
    to produce reports. For example, every time someone logs into an application
    we set client variable that they are a subscriber. Now I want to be able to
    produce a report that tells me, Who has been active in the application in the
    last 30 minutes who is a subscriber.

    Pubcit Guest

  2. Similar Questions and Discussions

    1. Losing client variables
      Hi All I'm running CFMX7 on a win 2003 server, fully patched. Every so often CF seems t lose track of client variables, the client variables...
    2. Client Variables
      Help Needed, Can any one please explain why do we loose client variables when we delete cookie variables from the browser ?
    3. cookies as client variables
      :confused; Has anyone had a problem using cookies for client variables in CF administrator? CF MX 6.1 fully patched on Windows 2003 with IIS 6. We...
    4. Client Variables in different case
      We are using ColdFusion 5 and ColdFusion MX 6.1 in production use where 5 are the main server and version 6.1 are used for very specific events. ...
    5. CFCs and CLIENT Variables
      Okay, so our website uses CFCs for the customer's shopping cart. We instantiate a copy of a Cart CFC object and store it in SESSION.Cart. We use...
  3. #2

    Default Re: How to query Client Variables in CDATA

    I have not been able to figure this one out. Can anyone help?
    Pubcit 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