Http sessions work but Https does not?? (IE cacheing bug?)

Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default Http sessions work but Https does not?? (IE cacheing bug?)

    I'm using PHP 4.32 + Apache and testing with IE under W2K.

    When I call pages using HTTP everything works fine, users can log in and
    out, the data on the pages is always current.

    When I call pages using HTTPS my log in session breaks. I can pull up
    content under one user, log out and then back in as another user and see the
    old user's content (not the current one). If I hit CTRL - Refresh (to
    uncache and reload the page in IE), the page loads with the correct
    information.

    I am NOT using phplib, I have tried it, but I am getting the same results
    (with allowcache = 'no').

    Is there a <PROPER> fix for this?


    Jason Guest

  2. Similar Questions and Discussions

    1. Will cross domain policy file work with http->https
      I received the following error "Security error accessing url" although I have already placed the policy file on the server that hosts the service. ...
    2. Switching Between HTTP and HTTPS
      Hi I wish to have a web site that has most of the pages as normal HTTP pages but has some areas that use HTTPS. I want to have it that if a user...
    3. http to https
      Is there a coldfusion function that determines the gives me the protocol of the address bar(http, https) .I tried GetHttpRequestData, but I do not...
    4. PHP won't parse under https, but will with http
      I'm not sure if this is the right forum for this question, but I'm hoping someone can help nonetheless. :) I installed an SSL Cert. on a site the...
    5. HTTPS to HTTP
      When I am using server-side button to switch from https to http by using response.redirect "http://a.apsx" in response to the client event, I am...
  3. #2

    Unhappy Re: Http sessions work but Https does not?? (IE cacheing bug?)

    i am using fedora 14 as a server ,, i install all things (apache, tomcat, mysql, java, etc) now my senior give me that task that open localhost thoroug https://localhost ,,,,, pls can any one help me ?

    i try all things but not going to responce pls help me out
    Problems 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