Session variables not passed between frames

Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default Session variables not passed between frames

    Hi there, this time it is slightly different description of the same problem,
    let's see did anyone get simmilar situation.

    I have a session variable that holds an user name, after user logs in. All
    works just fine in development environment (Intranet) for IE and FireFox
    browsers. When code is deployed to the external web site (Internet site, same
    IIS, same site on different port, same SQL server) it works for FireFox, but in
    the IE (6.0 SP2) session.username is not passed between frames?

    HEEEEEEEEEELP!

    Thank you in advance, Marin:|

    Trzi Guest

  2. Similar Questions and Discussions

    1. Using ASP Passed Variables in Flash
      I am trying to take variables passed from an ASP page or just plain txt file MIME formated. I know my variables are getting to the flash movie...
    2. CFGRID variables not passed
      Hi there all I have a problem we have an NT4 server with CF5 installed and a website that has a cfgrid that selects users from the database to...
    3. #25796 [Opn->Bgs]: Session variables and inline frames
      ID: 25796 Updated by: sniper@php.net Reported By: corpheous at yahoo dot com -Status: Open +Status: ...
    4. #25796 [NEW]: Session variables and inline frames
      From: corpheous at yahoo dot com Operating system: Win XP PHP version: 4.3.2 PHP Bug Type: Session related Bug description: ...
    5. Array of passed variables
      I have a search page within an application I'm developing. The search page could have over a dozen variables passed to it, not through a POST or...
  3. #2

    Default Re: Session variables not passed between frames

    Thank you Simon,

    it works!

    Regards, Marin
    Trzi Guest

  4. #3

    Default Re: Session variables not passed between frames

    Thank you Simon,

    it works!

    Regards, Marin
    Trzi 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