Session Variables do not work suddenly

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

  1. #1

    Default Session Variables do not work suddenly

    Hi,

    I have a problem. When I define Session.Variables they only resists on the
    CFM-Site where I defined them. When I go further (maybe with a
    countinue-Button) my Session.Variables are lost. This problem appears
    suddenly, before that the web Site works without a problem.

    Do someone know this Problem. :confused;

    Leon74 Guest

  2. Similar Questions and Discussions

    1. Session.Variables do not work suddenly
      This is a bit confusing. Do you mean that your session variables only exist on your site? This is normal behaviour? If you mean they are not...
    2. Session variables no longer work
      Hey everyone, bad news, my site is dying. The reason... session variables have stopped working. For reasons unkown to me, the session scope seems to...
    3. #25870 [Opn->Bgs]: Session variables do NOT work as expected
      ID: 25870 Updated by: sniper@php.net Reported By: memoimyself at yahoo dot com dot br -Status: Open +Status: ...
    4. #25870 [Bgs->Opn]: Session variables do NOT work as expected
      ID: 25870 User updated by: memoimyself at yahoo dot com dot br -Summary: Session variables do NOT work as expected without...
    5. #25870 [Opn]: Session variables do NOT work as expected without session_register()
      ID: 25870 User updated by: memoimyself at yahoo dot com dot br Reported By: memoimyself at yahoo dot com dot br Status: ...
  3. #2

    Default Re: Session Variables do not work suddenly

    > I have a problem. When I define Session.Variables they only resists on
    the
    > CFM-Site where I defined them. When I go further (maybe with a
    > countinue-Button) my Session.Variables are lost. This problem appears
    > suddenly, before that the web Site works without a problem.
    What are the versions of CF and OS?

    ---
    Eugene Krivenja


    Eugene Krivenja Guest

  4. #3

    Default Re: Session Variables do not work suddenly

    First a have the problem it was on a Linux 8.0 System with CF 4.51. I was not
    able to solve the problem. I buildt up a new Server : Windows 2003 Server SP2
    with CF 6.1. In the beginning it works, but than after a while I have the same
    problem. I do not change any settings in CF or on the server.

    Leon74 Guest

  5. #4

    Default Re: Session Variables do not work suddenly

    Desciption: I post variables from Site1 to Site2 (example: contact1.cfm to
    contact2.cfm in the same directory).
    On site2 I definde session.Variables (example: <cfset #session.variable# =
    #form.variable#> (form.Variable exist))
    Later on Site2 I give the variables with a
    <cfoutput>#session.variable#</cfoutput> tag out... it works.
    But on the next site (maybe contact3.cfm) the session.Variables do not resist
    any more.


    Leon74 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