Info for the CFID and CFTOKEN

Ask a Question related to Coldfusion - Getting Started, Design and Development.

  1. #1

    Default Info for the CFID and CFTOKEN

    Hi

    i am getting confusion with CFID AND CFTOKEN.
    whats the difference b/w these two. and how it will helps us in writing the
    cfm files.
    as i know that thses will used to maintain the client status, but as i know
    that by using the session we deal with user.
    please post your comments with details.


    vkunirs Guest

  2. Similar Questions and Discussions

    1. duplicate cfid cftoken
      hi guys I use cfid and cftoken to identified user profile, recently ,different user may get the same cfid and token when i check web logs,...
    2. cfid, cftoken and jssessionid on this forum
      I was noticing when replys are made and other times these forums pass the CFID, CFTOKEN and a JSSESSIONID. What is the purpose of this strategy, to...
    3. updating a database with cfid and cftoken
      Hello, I am trying to update a MS Access database using cfid and cftoken. What I'd like to do is have the database update where the cfid is the...
    4. CFTOKEN and CFID
      Hi all: My english is not pretty good but i will try to explain myself. I have an IIS web server and CFMX Server installed on it. In IIS i have a...
    5. Getting rid of cfid and cftoken cookies...
      I am trying to make session on my page, but avoid the use of cfid and cftoken cookies. I am using the attribute setclientcookies="no" in my...
  3. #2

    Default Re: Info for the CFID and CFTOKEN

    CFID and CFTOKEN are the values CF uses for tracking both session and client
    variables. The only difference is client vars are stored somewhere
    (registry,db,cookie)
    and session vars are stored in memory.

    OldCFer 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