PHP Session lost after redirect (sometimes)
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
session_start() -> get session id from server 'aaa' -> save in cookie
redirect with 'aaa' cookie in request header
I can use session in redirect page.
//Error case
session_start() -> get session id from server 'aaa' -> save in cookie
redirect with 'aaa' cookie in request header
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
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
add a comment |
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
session_start() -> get session id from server 'aaa' -> save in cookie
redirect with 'aaa' cookie in request header
I can use session in redirect page.
//Error case
session_start() -> get session id from server 'aaa' -> save in cookie
redirect with 'aaa' cookie in request header
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
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
add a comment |
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
session_start() -> get session id from server 'aaa' -> save in cookie
redirect with 'aaa' cookie in request header
I can use session in redirect page.
//Error case
session_start() -> get session id from server 'aaa' -> save in cookie
redirect with 'aaa' cookie in request header
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
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
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
session_start() -> get session id from server 'aaa' -> save in cookie
redirect with 'aaa' cookie in request header
I can use session in redirect page.
//Error case
session_start() -> get session id from server 'aaa' -> save in cookie
redirect with 'aaa' cookie in request header
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
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
apache-http-server php redirection session
edited Jan 3 at 12:16
Kephe
asked Jan 1 at 8:15
KepheKephe
13
13
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I change Windows PHP to FCGI version...(Non Thread Safe)
Then works well.
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
I change Windows PHP to FCGI version...(Non Thread Safe)
Then works well.
add a comment |
I change Windows PHP to FCGI version...(Non Thread Safe)
Then works well.
add a comment |
I change Windows PHP to FCGI version...(Non Thread Safe)
Then works well.
I change Windows PHP to FCGI version...(Non Thread Safe)
Then works well.
answered Jan 18 at 8:54
KepheKephe
13
13
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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