windows - PHP session_start on xampp -


whenever put session_start(); php code site won't load anymore. i'm running xampp on windows server 2012. tested same php code on local machines xampp , did work guess there wrong server. when try connect page following errors in apache error.log

[thu jan 28 13:20:26.764131 2016] [mpm_winnt:notice] [pid 1296:tid 412] ah00428: parent: child process 2900 exited status 255 -- restarting.

[thu jan 28 13:20:28.043237 2016] [ssl:warn] [pid 1296:tid 412] ah01909: 192.168.0.14:443:0 server certificate not include id matches server name

[thu jan 28 13:20:28.323966 2016] [mpm_winnt:notice] [pid 1296:tid 412] ah00455: apache/2.4.18 (win32) openssl/1.0.2e php/7.0.1 configured -- resuming normal operations

[thu jan 28 13:20:28.323966 2016] [mpm_winnt:notice] [pid 1296:tid 412] ah00456: apache lounge vc14 server built: dec 9 2015 10:17:39

[thu jan 28 13:20:28.323966 2016] [core:notice] [pid 1296:tid 412] ah00094: command line: 'd:\xampp\apache\bin\httpd.exe -d d:/xampp/apache'

[thu jan 28 13:20:28.323966 2016] [mpm_winnt:notice] [pid 1296:tid 412] ah00418: parent: created child process 3292

[thu jan 28 13:20:28.838770 2016] [ssl:warn] [pid 3292:tid 324] ah01909: 192.168.0.14:443:0 server certificate not include id matches server name

[thu jan 28 13:20:29.025972 2016] [ssl:warn] [pid 3292:tid 324] ah01909: 192.168.0.14:443:0 server certificate not include id matches server name

[thu jan 28 13:20:29.104269 2016] [mpm_winnt:notice] [pid 3292:tid 324] ah00354: child: starting 150 worker threads.

[thu jan 28 13:20:29.275575 2016] [mpm_winnt:notice] [pid 1296:tid 412] ah00428: parent: child process 3292 exited status 255 -- restarting.

[thu jan 28 13:20:29.712379 2016] [ssl:warn] [pid 1296:tid 412] ah01909: 192.168.0.14:443:0 server certificate not include id matches server name

[thu jan 28 13:20:29.759179 2016] [mpm_winnt:notice] [pid 1296:tid 412] ah00455: apache/2.4.18 (win32) openssl/1.0.2e php/7.0.1 configured -- resuming normal operations

[thu jan 28 13:20:29.759179 2016] [mpm_winnt:notice] [pid 1296:tid 412] ah00456: apache lounge vc14 server built: dec 9 2015 10:17:39

[thu jan 28 13:20:29.759179 2016] [core:notice] [pid 1296:tid 412] ah00094: command line: 'd:\xampp\apache\bin\httpd.exe -d d:/xampp/apache'

[thu jan 28 13:20:29.759179 2016] [mpm_winnt:notice] [pid 1296:tid 412] ah00418: parent: created child process 2964

[thu jan 28 13:20:30.211582 2016] [ssl:warn] [pid 2964:tid 328] ah01909: 192.168.0.14:443:0 server certificate not include id matches server name

[thu jan 28 13:20:30.383184 2016] [ssl:warn] [pid 2964:tid 328] ah01909: 192.168.0.14:443:0 server certificate not include id matches server name

[thu jan 28 13:20:30.414387 2016] [mpm_winnt:notice] [pid 2964:tid 328] ah00354: child: starting 150 worker threads.


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -