Losing session on xp ie6

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

  1. #1

    Default Losing session on xp ie6

    I'm having a problem with some users losing their session - it seems to be only
    xp ie6 machines affected. Even with cookies blocked it works fine for me on
    my win2k ie6 machine. The site in questions is [url]www.newnorthschool.org.uk[/url] you
    can login with username/password cfuser/cfuser. Machines that have the problem
    automatically log the user out (because the session variables are lost) as soon
    as they click on a link for one of the discussions. Any ideas?

    babyeatingreptile Guest

  2. Similar Questions and Discussions

    1. losing session
      I'm having a problem with some users losing their session - it seems to be only xp ie6 machines affected. Even with cookies blocked it works fine...
    2. Losing Session Cookies
      Hello, I have been having a problem with IE6 / ASP losing session cookies. I have two sites myserver/test myserver/beta The server name is...
    3. losing a session?
      Hi Is it possible to lose a session? For instance if on www.coke.com $_SESSION = x; is set and on www.pepsi.com $_SESSION = notX; is set. ...
    4. Losing Session Variables?
      Do any of you guys have any idea what might be the reason for losing session variables, i was working on a page where i had to stroe a array in a...
    5. Session variable losing value
      I have an asp.net web application that uses session variables to store user information (username, security areas, configuration data). When the...
  3. #2

    Default Re: Losing session on xp ie6

    all the links on the site have urltoken appended so cookies being disabled should not affect the session
    babyeatingreptile 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