Here the logs.
[Sat Nov 09 20:02:35.120459 2013] [ssl:warn] [pid 4296:tid 244] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sat Nov 09 20:02:35.161461 2013] [core:warn] [pid 4296:tid 244] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sat Nov 09 20:02:35.604486 2013] [ssl:warn] [pid 4296:tid 244] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sat Nov 09 20:02:35.645489 2013] [mpm_winnt:notice] [pid 4296:tid 244] AH00455: Apache/2.4.4 (Win32) OpenSSL/1.0.1e PHP/5.5.3 configured -- resuming normal operations
[Sat Nov 09 20:02:35.645489 2013] [mpm_winnt:notice] [pid 4296:tid 244] AH00456: Server built: Feb 23 2013 12:42:00
[Sat Nov 09 20:02:35.645489 2013] [core:notice] [pid 4296:tid 244] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Sat Nov 09 20:02:35.647489 2013] [mpm_winnt:notice] [pid 4296:tid 244] AH00418: Parent: Created child process 9616
[Sat Nov 09 20:02:36.641546 2013] [ssl:warn] [pid 9616:tid 256] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sat Nov 09 20:02:37.169576 2013] [ssl:warn] [pid 9616:tid 256] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sat Nov 09 20:02:37.222579 2013] [mpm_winnt:notice] [pid 9616:tid 256] AH00354: Child: Starting 150 worker threads.
[Sat Nov 09 20:05:58.072067 2013] [ssl:warn] [pid 10176:tid 244] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sat Nov 09 20:05:58.113069 2013] [core:warn] [pid 10176:tid 244] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sat Nov 09 20:05:58.512092 2013] [ssl:warn] [pid 10176:tid 244] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sat Nov 09 20:05:58.553094 2013] [mpm_winnt:notice] [pid 10176:tid 244] AH00455: Apache/2.4.4 (Win32) OpenSSL/1.0.1e PHP/5.5.3 configured -- resuming normal operations
[Sat Nov 09 20:05:58.553094 2013] [mpm_winnt:notice] [pid 10176:tid 244] AH00456: Server built: Feb 23 2013 12:42:00
[Sat Nov 09 20:05:58.553094 2013] [core:notice] [pid 10176:tid 244] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Sat Nov 09 20:05:58.554095 2013] [mpm_winnt:notice] [pid 10176:tid 244] AH00418: Parent: Created child process 10200
[Sat Nov 09 20:05:59.432145 2013] [ssl:warn] [pid 10200:tid 256] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sat Nov 09 20:05:59.947174 2013] [ssl:warn] [pid 10200:tid 256] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sat Nov 09 20:05:59.986176 2013] [mpm_winnt:notice] [pid 10200:tid 256] AH00354: Child: Starting 150 worker threads.
Update. I tried doing session in non fuel way...
start_session();
$_SESSION['email'] = 'some@email.com';
print_r($_SESSION)
This one is also not working. I thought it was, but it doesn't.
It looks like you're new here. If you want to get involved, click one of these buttons!