PHP Session lost after redirect (sometimes)












0















I use, Apache/2.4.28 (Win64) PHP/7.0.32 in a Windows environment.



I try to do with this question, but in my case, a lost error occurs sometimes.



(Sometimes mean, problem occur 5 hours or more hours or few days...)



(I think, maybe.. this PHP problem https://bugs.php.net/bug.php?id=16263)



(This, very similar case, but don't have solution... https://serverfault.com/questions/869781/apache-on-windows-cookie-w-php-sessions-bug)



When I try to save session and redirect, sometimes it fail.



//Normal case




  1. session_start() -> get session id from server 'aaa' -> save in cookie


  2. redirect with 'aaa' cookie in request header


  3. I can use session in redirect page.



//Error case




  1. session_start() -> get session id from server 'aaa' -> save in cookie


  2. redirect with 'aaa' cookie in request header



  3. but server response different session id 'bbb'. Even web-server has 'sess_aaa' file on Windows temp folder. In this case, server has 'sess_aaa' and 'sess_bbb' two session files.




    • sess_aaa : have session information.

    • sess_bbb : 0kb empty session file



  4. I can not use session until apache restart.



//More information about this error...




  • Windows resource CPU 3~5%, Memory 30% -> no problem

  • $_GET, $_POST, $_REQUEST, $_SERVER other PHP variables works well.


Please help me with your good idea.(Thanks for Hastur's guide)










share|improve this question





























    0















    I use, Apache/2.4.28 (Win64) PHP/7.0.32 in a Windows environment.



    I try to do with this question, but in my case, a lost error occurs sometimes.



    (Sometimes mean, problem occur 5 hours or more hours or few days...)



    (I think, maybe.. this PHP problem https://bugs.php.net/bug.php?id=16263)



    (This, very similar case, but don't have solution... https://serverfault.com/questions/869781/apache-on-windows-cookie-w-php-sessions-bug)



    When I try to save session and redirect, sometimes it fail.



    //Normal case




    1. session_start() -> get session id from server 'aaa' -> save in cookie


    2. redirect with 'aaa' cookie in request header


    3. I can use session in redirect page.



    //Error case




    1. session_start() -> get session id from server 'aaa' -> save in cookie


    2. redirect with 'aaa' cookie in request header



    3. but server response different session id 'bbb'. Even web-server has 'sess_aaa' file on Windows temp folder. In this case, server has 'sess_aaa' and 'sess_bbb' two session files.




      • sess_aaa : have session information.

      • sess_bbb : 0kb empty session file



    4. I can not use session until apache restart.



    //More information about this error...




    • Windows resource CPU 3~5%, Memory 30% -> no problem

    • $_GET, $_POST, $_REQUEST, $_SERVER other PHP variables works well.


    Please help me with your good idea.(Thanks for Hastur's guide)










    share|improve this question



























      0












      0








      0








      I use, Apache/2.4.28 (Win64) PHP/7.0.32 in a Windows environment.



      I try to do with this question, but in my case, a lost error occurs sometimes.



      (Sometimes mean, problem occur 5 hours or more hours or few days...)



      (I think, maybe.. this PHP problem https://bugs.php.net/bug.php?id=16263)



      (This, very similar case, but don't have solution... https://serverfault.com/questions/869781/apache-on-windows-cookie-w-php-sessions-bug)



      When I try to save session and redirect, sometimes it fail.



      //Normal case




      1. session_start() -> get session id from server 'aaa' -> save in cookie


      2. redirect with 'aaa' cookie in request header


      3. I can use session in redirect page.



      //Error case




      1. session_start() -> get session id from server 'aaa' -> save in cookie


      2. redirect with 'aaa' cookie in request header



      3. but server response different session id 'bbb'. Even web-server has 'sess_aaa' file on Windows temp folder. In this case, server has 'sess_aaa' and 'sess_bbb' two session files.




        • sess_aaa : have session information.

        • sess_bbb : 0kb empty session file



      4. I can not use session until apache restart.



      //More information about this error...




      • Windows resource CPU 3~5%, Memory 30% -> no problem

      • $_GET, $_POST, $_REQUEST, $_SERVER other PHP variables works well.


      Please help me with your good idea.(Thanks for Hastur's guide)










      share|improve this question
















      I use, Apache/2.4.28 (Win64) PHP/7.0.32 in a Windows environment.



      I try to do with this question, but in my case, a lost error occurs sometimes.



      (Sometimes mean, problem occur 5 hours or more hours or few days...)



      (I think, maybe.. this PHP problem https://bugs.php.net/bug.php?id=16263)



      (This, very similar case, but don't have solution... https://serverfault.com/questions/869781/apache-on-windows-cookie-w-php-sessions-bug)



      When I try to save session and redirect, sometimes it fail.



      //Normal case




      1. session_start() -> get session id from server 'aaa' -> save in cookie


      2. redirect with 'aaa' cookie in request header


      3. I can use session in redirect page.



      //Error case




      1. session_start() -> get session id from server 'aaa' -> save in cookie


      2. redirect with 'aaa' cookie in request header



      3. but server response different session id 'bbb'. Even web-server has 'sess_aaa' file on Windows temp folder. In this case, server has 'sess_aaa' and 'sess_bbb' two session files.




        • sess_aaa : have session information.

        • sess_bbb : 0kb empty session file



      4. I can not use session until apache restart.



      //More information about this error...




      • Windows resource CPU 3~5%, Memory 30% -> no problem

      • $_GET, $_POST, $_REQUEST, $_SERVER other PHP variables works well.


      Please help me with your good idea.(Thanks for Hastur's guide)







      apache-http-server php redirection session






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Jan 3 at 12:16







      Kephe

















      asked Jan 1 at 8:15









      KepheKephe

      13




      13






















          1 Answer
          1






          active

          oldest

          votes


















          0














          I change Windows PHP to FCGI version...(Non Thread Safe)
          Then works well.






          share|improve this answer























            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "3"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1389478%2fphp-session-lost-after-redirect-sometimes%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            I change Windows PHP to FCGI version...(Non Thread Safe)
            Then works well.






            share|improve this answer




























              0














              I change Windows PHP to FCGI version...(Non Thread Safe)
              Then works well.






              share|improve this answer


























                0












                0








                0







                I change Windows PHP to FCGI version...(Non Thread Safe)
                Then works well.






                share|improve this answer













                I change Windows PHP to FCGI version...(Non Thread Safe)
                Then works well.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Jan 18 at 8:54









                KepheKephe

                13




                13






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Super User!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1389478%2fphp-session-lost-after-redirect-sometimes%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Plaza Victoria

                    In PowerPoint, is there a keyboard shortcut for bulleted / numbered list?

                    How to put 3 figures in Latex with 2 figures side by side and 1 below these side by side images but in...