3v4l.org

run code in 300+ PHP versions simultaneously
<?php session_start(); session_write_close(); var_dump(SID); var_dump(sessionStatus()); // this would return false function sessionStatus() { if (function_exists('session_status')) { return (session_status() == PHP_SESSION_ACTIVE); } return defined('SID'); }
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.20, 7.2.0 - 7.2.33, 7.3.12 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.27, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
string(0) "" bool(false)
Output for 5.6.28
string(42) "PHPSESSID=cdcc6e0836c00079d0191337637049c4" bool(false)
Output for 5.6.25
string(42) "PHPSESSID=676f809babeddd9318f58d13ccd3799c" bool(false)
Output for 5.6.24
string(42) "PHPSESSID=eb295d17ad1bf0d9876da4e87c833bde" bool(false)
Output for 5.6.23
string(42) "PHPSESSID=5e5de76cadcb5ba2d42c8718d969b26c" bool(false)
Output for 5.6.22
string(42) "PHPSESSID=c6448a52192ee6b479de0aba7c4b2f44" bool(false)
Output for 5.6.21
string(42) "PHPSESSID=cd35e3e1da7a9b17ef3b4dc7cd4aa5fa" bool(false)
Output for 5.6.20
string(42) "PHPSESSID=c69e50ea085f853bd2281c4872183c2b" bool(false)
Output for 5.6.19
string(42) "PHPSESSID=c11af078cc9502f5815583d8cf5b535f" bool(false)
Output for 5.6.18
string(42) "PHPSESSID=c4d71a3f9309131303ee33d201f4000b" bool(false)
Output for 5.6.17
string(42) "PHPSESSID=0ee602446f4558636c1d2b08a439c792" bool(false)
Output for 5.6.16
string(42) "PHPSESSID=df578e230d579348a399510c98ecc1a2" bool(false)
Output for 5.6.15
string(42) "PHPSESSID=0c498079140749e28e274e952dd64f77" bool(false)
Output for 5.6.14
string(42) "PHPSESSID=76bd422fc9ff79fdf328040dfef363e9" bool(false)
Output for 5.6.13
string(42) "PHPSESSID=7e0ff5ca024b30206f9063c8ac6943d6" bool(false)
Output for 5.6.12
string(42) "PHPSESSID=3a392b78071a80fdbce20c7e2de031be" bool(false)
Output for 5.6.11
string(42) "PHPSESSID=b07492eae639b10e65e8ac279eabc222" bool(false)
Output for 5.6.10
string(42) "PHPSESSID=9669cba1319fd68015f61f0643c5504d" bool(false)
Output for 5.6.9
string(42) "PHPSESSID=fe537a545273299e9a8a4e9044affebe" bool(false)
Output for 5.6.8
string(42) "PHPSESSID=517b67e02db4239c452fdb6cd54f37b7" bool(false)
Output for 5.6.7
string(42) "PHPSESSID=546ec8c46d74a90be4450ff3f87e3f23" bool(false)
Output for 5.6.6
string(42) "PHPSESSID=9fb4b6d6db29f05896524c55c549faaa" bool(false)
Output for 5.6.5
string(42) "PHPSESSID=e84dc9c80cca3ef5a2ab589d7e4be86e" bool(false)
Output for 5.6.4
string(42) "PHPSESSID=02c1b761b75c5c4029c8898d9a0e134e" bool(false)
Output for 5.6.3
string(42) "PHPSESSID=362f7fec53886e39bba98a3ae1611b2c" bool(false)
Output for 5.6.2
string(42) "PHPSESSID=26d2996fb22ed30b2430679b14354142" bool(false)
Output for 5.6.1
string(42) "PHPSESSID=5b9f36533aaae13ed897b2a58126c3e2" bool(false)
Output for 5.6.0
string(42) "PHPSESSID=49390714e69d7a0e1f547e093181b456" bool(false)
Output for 5.5.38
string(42) "PHPSESSID=b2a85e710522f526baa17a10fb8a05cc" bool(false)
Output for 5.5.37
string(42) "PHPSESSID=6da0794b5182a41dde80dbd996176274" bool(false)
Output for 5.5.36
string(42) "PHPSESSID=aeb0d1cf8baee07f14d39dc6cff26805" bool(false)
Output for 5.5.35
string(42) "PHPSESSID=ea152c66b8493dc77e166d5edbb8be3b" bool(false)
Output for 5.5.34
string(42) "PHPSESSID=31d832ec758b0f49de10847aa95db67c" bool(false)
Output for 5.5.33
string(42) "PHPSESSID=96711a80a29ad77085d87e5aabe1e58d" bool(false)
Output for 5.5.32
string(42) "PHPSESSID=48ba499724d13cd1f1b40496aa9a3982" bool(false)
Output for 5.5.31
string(42) "PHPSESSID=4d9c75d3caeb1e80748be243fb62aed0" bool(false)
Output for 5.5.30
string(42) "PHPSESSID=2fe25d9b494ba9dae5ef763c789d9d15" bool(false)
Output for 5.5.29
string(42) "PHPSESSID=5db51a6c84f87eeec7e7fc2935461e70" bool(false)
Output for 5.5.28
string(42) "PHPSESSID=469b8d7764f710c24b13a914b50f13a4" bool(false)
Output for 5.5.27
string(42) "PHPSESSID=54982e736d4667086ba5b5ce09fb65c7" bool(false)
Output for 5.5.26
string(42) "PHPSESSID=1605578154648dbe9840e5176cdae149" bool(false)
Output for 5.5.25
string(42) "PHPSESSID=b30f54af14abb0273bdcd534a6e2e0e0" bool(false)
Output for 5.5.24
string(42) "PHPSESSID=2a31df04172488cfa43162e1623c6c88" bool(false)
Output for 5.5.23
string(42) "PHPSESSID=b5c0a3c4b0b97546ec0f54244aec9e0e" bool(false)
Output for 5.5.22
string(42) "PHPSESSID=f4ae12b2562e4262eb633d15b34dbca9" bool(false)
Output for 5.5.21
string(42) "PHPSESSID=df1f185d248faece67e49ffbe6d6b5c3" bool(false)
Output for 5.5.20
string(42) "PHPSESSID=3d8d3c57e62fdb666da665b701586dd0" bool(false)
Output for 5.5.19
string(42) "PHPSESSID=ef1810796dc285090213578d84a20f27" bool(false)
Output for 5.5.18
string(42) "PHPSESSID=5cfa7fd061095e2a64b733c1c77a229b" bool(false)
Output for 5.5.16
string(42) "PHPSESSID=3b3ea3e56d5d224e52dd56f062a2d76a" bool(false)
Output for 5.5.15
string(42) "PHPSESSID=5de35c956d0d0cf2c980fafbd9981f43" bool(false)
Output for 5.5.14
string(42) "PHPSESSID=fcfbe8c436670fff4e8e1efa7eb0763d" bool(false)
Output for 5.5.13
string(42) "PHPSESSID=e0f92a1d7af96a8f622a88a28364d8d2" bool(false)
Output for 5.5.12
string(42) "PHPSESSID=a15a522b27a2f52802412c5864b3193d" bool(false)
Output for 5.5.11
string(42) "PHPSESSID=2a1ceab680d90616e8287d0d58c927e5" bool(false)
Output for 5.5.10
string(42) "PHPSESSID=518e44d0e5ede577bfb11f6b77ae7da6" bool(false)
Output for 5.5.9
string(42) "PHPSESSID=928066182b15d3a5912cb2b6f87bab7b" bool(false)
Output for 5.5.8
string(42) "PHPSESSID=7f89aed5357a07fcf23beb6fd41b24ac" bool(false)
Output for 5.5.7
string(42) "PHPSESSID=7742b99b5d10023d091a32f5f3dc0b05" bool(false)
Output for 5.5.6
string(42) "PHPSESSID=9f553526a0ae83a23be0fa096c911585" bool(false)
Output for 5.5.5
string(42) "PHPSESSID=2e5f4e961ca19a901f936ce7f87e004d" bool(false)
Output for 5.5.4
string(42) "PHPSESSID=afb40aa15666f332d05c2a88b2eaf706" bool(false)
Output for 5.5.3
string(42) "PHPSESSID=c226eb49cf596afbf78fa909a686ae58" bool(false)
Output for 5.5.2
string(42) "PHPSESSID=1336e055cb4e9ceea44b544a448dc715" bool(false)
Output for 5.5.1
string(42) "PHPSESSID=2a7ee3fadcb4047a8e7460489b2e65ad" bool(false)
Output for 5.5.0
string(42) "PHPSESSID=f9fbd678b775b065ef95c9a9d03ccab1" bool(false)
Output for 5.4.45
string(42) "PHPSESSID=2d2e7bc75975d113023b2dd41bf0b3f5" bool(false)
Output for 5.4.44
string(42) "PHPSESSID=03ee3d533127791fc5ea2c7d36d4b3b1" bool(false)
Output for 5.4.43
string(42) "PHPSESSID=eb34c9dab214ae5cae9068825e24d103" bool(false)
Output for 5.4.42
string(42) "PHPSESSID=e027f30985fd999fd4d817e9d729fc32" bool(false)
Output for 5.4.41
string(42) "PHPSESSID=945cc6556a7e78924910d5694b61419d" bool(false)
Output for 5.4.40
string(42) "PHPSESSID=cc13bbc05bb710c6673089e5011d4358" bool(false)
Output for 5.4.39
string(42) "PHPSESSID=1699f7c8566313e0358570b6dfb6cc59" bool(false)
Output for 5.4.38
string(42) "PHPSESSID=b8b3205383a493e4b6dc4b78523266a6" bool(false)
Output for 5.4.37
string(42) "PHPSESSID=7c9708d4ae0457ef223ebf99f917e109" bool(false)
Output for 5.4.36
string(42) "PHPSESSID=830f7ceacbcc2a97fa0cabc9cc7a0aa1" bool(false)
Output for 5.4.35
string(42) "PHPSESSID=83f77e02fad4cd953059270dd0fc9765" bool(false)
Output for 5.4.34
string(42) "PHPSESSID=6ce5a739e8da3c22f74c4fa72d488bc5" bool(false)
Output for 5.4.32
string(42) "PHPSESSID=0a92076b51136f682042c9f300969750" bool(false)
Output for 5.4.31
string(42) "PHPSESSID=ee3fddd1de40f0f906b46acbf1761419" bool(false)
Output for 5.4.30
string(42) "PHPSESSID=81284885db6ba2c2383ba74e850d5b27" bool(false)
Output for 5.4.29
string(42) "PHPSESSID=c6fd8c2ed799e6624c859ce5fd71d331" bool(false)
Output for 5.4.28
string(42) "PHPSESSID=9c5858410b2a010a8bdb52cf259c0f9d" bool(false)
Output for 5.4.27
string(42) "PHPSESSID=99fd4a1dfb586c2b1a8b9dd03df5fb61" bool(false)
Output for 5.4.26
string(42) "PHPSESSID=7d0be5c9e95693bfb9fb01efb5c87049" bool(false)
Output for 5.4.25
string(42) "PHPSESSID=427e4eef2f4828fb85ffddfab6cf563e" bool(false)
Output for 5.4.24
string(42) "PHPSESSID=2bb7877aa1b040d0979077a31339dcac" bool(false)
Output for 5.4.23
string(42) "PHPSESSID=3963c050fa6163a4502f2d7de1b0d15e" bool(false)
Output for 5.4.22
string(42) "PHPSESSID=caef61ab2251a982b3ed4dd45a536974" bool(false)
Output for 5.4.21
string(42) "PHPSESSID=f7f3dea8cf562d0598feb432bc8677e1" bool(false)
Output for 5.4.20
string(42) "PHPSESSID=080c800ae4eedc090faf865fb284b7b4" bool(false)
Output for 5.4.19
string(42) "PHPSESSID=06e29e524abcde502739c455386e667d" bool(false)
Output for 5.4.18
string(42) "PHPSESSID=346bca1e109d13daa03f485fad739efd" bool(false)
Output for 5.4.17
string(42) "PHPSESSID=9a28a5ee20c0fc02699997707d4531ad" bool(false)
Output for 5.4.16
string(42) "PHPSESSID=2681f3e28a16e1a0562f28914dc2d8d4" bool(false)
Output for 5.4.15
string(42) "PHPSESSID=7dc2bf6f077c5b5c26c51f43ccf0293d" bool(false)
Output for 5.4.14
string(42) "PHPSESSID=3b41cb598bf6374f5bccc9d5f531989d" bool(false)
Output for 5.4.13
string(42) "PHPSESSID=45b0036d25ca08dca19301760c45f5dd" bool(false)
Output for 5.4.12
string(42) "PHPSESSID=3bc4713cac463e20d01e8638357d793a" bool(false)
Output for 5.4.11
string(42) "PHPSESSID=87da9aba24356966d32ef3d3b716c6d1" bool(false)
Output for 5.4.10
string(42) "PHPSESSID=7644c28d880fc1e94c2fc3979c7b7ea4" bool(false)
Output for 5.4.9
string(42) "PHPSESSID=d1513dbec43cb36bbf2d20ecdc9f3855" bool(false)
Output for 5.4.8
string(42) "PHPSESSID=928bce1e96db7b32938eb88b957a3eee" bool(false)
Output for 5.4.7
string(42) "PHPSESSID=d3e74f7077d68de7a900071d3c90d2b3" bool(false)
Output for 5.4.6
string(42) "PHPSESSID=e17fb8438ca31cd51b311dab33ee1043" bool(false)
Output for 5.4.5
string(42) "PHPSESSID=b8631d93f365c4408e5afb05c2f832b9" bool(false)
Output for 5.4.4
string(42) "PHPSESSID=56623b3ed94887dc1c33426cac934103" bool(false)
Output for 5.4.3
string(42) "PHPSESSID=00c177541bfabf1991af4489aaacb83e" bool(false)
Output for 5.4.2
string(42) "PHPSESSID=b593e47cd190cd2218fa6b457b74e0a1" bool(false)
Output for 5.4.1
string(42) "PHPSESSID=97af3c55ab97c0c4c20ab91c6b66a22d" bool(false)
Output for 5.4.0
string(42) "PHPSESSID=739e8381b4c1e3ffdf373443ce385462" bool(false)
Output for 5.3.29
string(42) "PHPSESSID=2e0b134de42217a2d89847dd9f98d4e9" bool(true)
Output for 5.3.28
string(42) "PHPSESSID=025241015882a6cbd7ce92d92187621c" bool(true)
Output for 5.3.27
string(42) "PHPSESSID=e2f8af3e22e8a19798345bc11142656f" bool(true)
Output for 5.3.26
string(42) "PHPSESSID=83c64ecce6609c2528dd0413212e3a1a" bool(true)
Output for 5.3.25
string(42) "PHPSESSID=9f8fdcce0fa145ab5f4e79dcac3c1501" bool(true)
Output for 5.3.24
string(42) "PHPSESSID=4b8133e8265042b94843a88ebd388cef" bool(true)
Output for 5.3.23
string(42) "PHPSESSID=4543f338942c64465ae59c013ff4f4d3" bool(true)
Output for 5.3.22
string(42) "PHPSESSID=406ff60884dcbf61f0d8bbfc378440d8" bool(true)
Output for 5.3.21
string(42) "PHPSESSID=e0367dc8311c6d1688d14e68c1bf5fac" bool(true)
Output for 5.3.20
string(42) "PHPSESSID=82e474151f28a0a48f418c75c46f8991" bool(true)
Output for 5.3.19
string(42) "PHPSESSID=7b2009ba093a4ec61aa3361304091ac6" bool(true)
Output for 5.3.18
string(42) "PHPSESSID=0fcd94329ef6d16d33b413c123146f24" bool(true)
Output for 5.3.17
string(42) "PHPSESSID=9afa7a0dccb9255c3ee6cbec83725ad9" bool(true)
Output for 5.3.16
string(42) "PHPSESSID=a6550341dc5770ae2c0c8b3d33252cc5" bool(true)
Output for 5.3.15
string(42) "PHPSESSID=7b1fbc663febc9ecaf8c9546f9612785" bool(true)
Output for 5.3.14
string(42) "PHPSESSID=9d4d08b9c4d50e0991f5674588b40314" bool(true)
Output for 5.3.13
string(42) "PHPSESSID=6690978a8e8183691520c5f3cfd91bfd" bool(true)
Output for 5.3.12
string(42) "PHPSESSID=689acf531ca89c1f6938bd22770307ae" bool(true)
Output for 5.3.11
string(42) "PHPSESSID=1f092e9ab44c12b44427be70ea37af6f" bool(true)
Output for 5.3.10
string(42) "PHPSESSID=500d9d86bc43ae2ea86eb7f7c2500ef0" bool(true)
Output for 5.3.9
string(42) "PHPSESSID=54312588cd11bf03cbd236270fc8101c" bool(true)
Output for 5.3.8
string(42) "PHPSESSID=60f690f6e4c772947e65b463f193d081" bool(true)
Output for 5.3.7
string(42) "PHPSESSID=1593bd77993b2dc56a8d784ba385dc88" bool(true)
Output for 5.3.6
string(42) "PHPSESSID=de02d56c775fde6526f9898892b9a1cb" bool(true)
Output for 5.3.5
string(42) "PHPSESSID=c003e98e99c6661a9e940b2417246a48" bool(true)
Output for 5.3.4
string(42) "PHPSESSID=debd4dffd2bac752a94cbf1409585092" bool(true)
Output for 5.3.3
string(42) "PHPSESSID=3dc13d3a4a5363bbcfed9a683e32fd19" bool(true)
Output for 5.3.2
string(42) "PHPSESSID=e04728446aab9c4e91f65dcb02dcce20" bool(true)
Output for 5.3.1
string(42) "PHPSESSID=b6bd342fad52e1817d1cc1a6a65f20ad" bool(true)
Output for 5.3.0
string(42) "PHPSESSID=37309ae7b4acf8b2d8426447cf88fb7d" bool(true)
Output for 5.2.17
string(42) "PHPSESSID=6e43d38489c7b637eed647dc2301106e" bool(true)
Output for 5.2.16
string(42) "PHPSESSID=61441918e9b9952c0caf8a43416d67da" bool(true)
Output for 5.2.15
string(42) "PHPSESSID=ec319f51185b32985177d5747668fed1" bool(true)
Output for 5.2.14
string(42) "PHPSESSID=27ae3d329d655c3daea09ad4b01aee45" bool(true)
Output for 5.2.13
string(42) "PHPSESSID=b9ca1a8312ab528143e8b4b5e4fced32" bool(true)
Output for 5.2.12
string(42) "PHPSESSID=09b4a85af052976c6e12acea218b4377" bool(true)
Output for 5.2.11
string(42) "PHPSESSID=e9faa97c4e891f47372b57c59a12b68a" bool(true)
Output for 5.2.10
string(42) "PHPSESSID=9c310b25bc631ad42b09a270e49f2e37" bool(true)
Output for 5.2.9
string(42) "PHPSESSID=dac10f9b1db6ac4cc49a68f7ab57c742" bool(true)
Output for 5.2.8
string(42) "PHPSESSID=53c3cba07705a82026e210fde9dc80c0" bool(true)
Output for 5.2.7
string(42) "PHPSESSID=08dbfc8f5e616ed7fbc2dfdf5a3f83fa" bool(true)
Output for 5.2.6
string(42) "PHPSESSID=650b56ec0bdd4fea65f8cec86b65cdb0" bool(true)
Output for 5.2.5
string(42) "PHPSESSID=e77141263686de1a607a7fb6bbfe55bd" bool(true)
Output for 5.2.4
string(42) "PHPSESSID=a7899227ba3a0fbde2b1f99e6348481a" bool(true)
Output for 5.2.3
string(42) "PHPSESSID=1426a8be4ca1d24c6e2af6f53faa0dc0" bool(true)
Output for 5.2.2
Warning: session_start(): Cannot send session cookie - headers already sent in /in/u1Mag on line 2 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /in/u1Mag:2) in /in/u1Mag on line 2 string(42) "PHPSESSID=0fc11419f7dfd2bf85360a24f165af44" bool(true)
Output for 5.2.1
Warning: session_start(): Cannot send session cookie - headers already sent in /in/u1Mag on line 2 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /in/u1Mag:2) in /in/u1Mag on line 2 string(42) "PHPSESSID=19b7c72869c8c33af86ea5d101220512" bool(true)
Output for 5.2.0
Warning: session_start(): Cannot send session cookie - headers already sent in /in/u1Mag on line 2 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /in/u1Mag:2) in /in/u1Mag on line 2 string(42) "PHPSESSID=468e96d145d4698a273db72075c880aa" bool(true)
Output for 5.1.6
Warning: session_start(): Cannot send session cookie - headers already sent in /in/u1Mag on line 2 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /in/u1Mag:2) in /in/u1Mag on line 2 string(42) "PHPSESSID=ba98e5a58c19d5663cf0b18e24009eee" bool(true)
Output for 5.1.5
Warning: session_start(): Cannot send session cookie - headers already sent in /in/u1Mag on line 2 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /in/u1Mag:2) in /in/u1Mag on line 2 string(42) "PHPSESSID=b0e5a1c59591f5595ca644ccc087437e" bool(true)
Output for 5.1.4
Warning: session_start(): Cannot send session cookie - headers already sent in /in/u1Mag on line 2 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /in/u1Mag:2) in /in/u1Mag on line 2 string(42) "PHPSESSID=14b06f6e7d655ddff16dbf08aac78184" bool(true)
Output for 5.1.3
Warning: session_start(): Cannot send session cookie - headers already sent in /in/u1Mag on line 2 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /in/u1Mag:2) in /in/u1Mag on line 2 string(42) "PHPSESSID=f5a3facf7596729dcc6cac53800fbc85" bool(true)
Output for 5.1.2
Warning: session_start(): Cannot send session cookie - headers already sent in /in/u1Mag on line 2 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /in/u1Mag:2) in /in/u1Mag on line 2 string(42) "PHPSESSID=bcdbb1c605658db674908226ec9c0de1" bool(true)
Output for 5.1.1
Warning: session_start(): Cannot send session cookie - headers already sent in /in/u1Mag on line 2 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /in/u1Mag:2) in /in/u1Mag on line 2 string(42) "PHPSESSID=3de48e0c5e7ac82c2e488d55a7ccad26" bool(true)
Output for 5.1.0
Warning: session_start(): Cannot send session cookie - headers already sent in /in/u1Mag on line 2 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /in/u1Mag:2) in /in/u1Mag on line 2 string(42) "PHPSESSID=7c3e1cb39184794916f58d69236dab44" bool(true)
Output for 5.0.5
Warning: session_start(): Cannot send session cookie - headers already sent in /in/u1Mag on line 2 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /in/u1Mag:2) in /in/u1Mag on line 2 string(42) "PHPSESSID=b27f9d19dfe61ef1166ae3658bfbaff6" bool(true)
Output for 5.0.4
Warning: session_start(): Cannot send session cookie - headers already sent in /in/u1Mag on line 2 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /in/u1Mag:2) in /in/u1Mag on line 2 string(42) "PHPSESSID=75bcd69233f544e3be2473b04f6ace94" bool(true)
Output for 5.0.3
Warning: session_start(): Cannot send session cookie - headers already sent in /in/u1Mag on line 2 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /in/u1Mag:2) in /in/u1Mag on line 2 string(42) "PHPSESSID=d9e79b4e6e36c03b2e0eccfb38cbe3ed" bool(true)
Output for 5.0.2
Warning: session_start(): Cannot send session cookie - headers already sent in /in/u1Mag on line 2 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /in/u1Mag:2) in /in/u1Mag on line 2 string(42) "PHPSESSID=5dcb1779afd451a90721e8970c4f20f1" bool(true)
Output for 5.0.1
Warning: session_start(): Cannot send session cookie - headers already sent in /in/u1Mag on line 2 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /in/u1Mag:2) in /in/u1Mag on line 2 string(42) "PHPSESSID=1ea40a6fc7139dcb4b6d8fc411d34644" bool(true)
Output for 5.0.0
Warning: session_start(): Cannot send session cookie - headers already sent in /in/u1Mag on line 2 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /in/u1Mag:2) in /in/u1Mag on line 2 string(42) "PHPSESSID=90a28e23c36bdd5a08227ada539aac18" bool(true)
Output for 4.4.9
Warning: session_start(): Cannot send session cookie - headers already sent in /in/u1Mag on line 2 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /in/u1Mag:2) in /in/u1Mag on line 2 string(42) "PHPSESSID=5693b3df009030d8e8b425d547055b92" bool(true)
Output for 4.4.8
Warning: session_start(): Cannot send session cookie - headers already sent in /in/u1Mag on line 2 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /in/u1Mag:2) in /in/u1Mag on line 2 string(42) "PHPSESSID=c7e4575fef5c7ff7d500fa34991eb55e" bool(true)
Output for 4.4.7
Warning: session_start(): Cannot send session cookie - headers already sent in /in/u1Mag on line 2 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /in/u1Mag:2) in /in/u1Mag on line 2 string(42) "PHPSESSID=ace7a8666667943bea5fffd0bdfcbbd1" bool(true)
Output for 4.4.6
Warning: session_start(): Cannot send session cookie - headers already sent in /in/u1Mag on line 2 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /in/u1Mag:2) in /in/u1Mag on line 2 string(42) "PHPSESSID=8a84f14b9978cdd08518a373833a30d3" bool(true)
Output for 4.4.5
Warning: session_start(): Cannot send session cookie - headers already sent in /in/u1Mag on line 2 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /in/u1Mag:2) in /in/u1Mag on line 2 string(42) "PHPSESSID=33ca7b73aca3c935ef6bc9fd46f2ea20" bool(true)
Output for 4.4.4
Warning: session_start(): Cannot send session cookie - headers already sent in /in/u1Mag on line 2 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /in/u1Mag:2) in /in/u1Mag on line 2 string(42) "PHPSESSID=a1f23d8dd4b260709ab63534389bc9c0" bool(true)
Output for 4.4.3
Warning: session_start(): Cannot send session cookie - headers already sent in /in/u1Mag on line 2 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /in/u1Mag:2) in /in/u1Mag on line 2 string(42) "PHPSESSID=be6f535d4d8d2bedf4e47e64e99a0311" bool(true)
Output for 4.4.2
Warning: session_start(): Cannot send session cookie - headers already sent in /in/u1Mag on line 2 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /in/u1Mag:2) in /in/u1Mag on line 2 string(42) "PHPSESSID=f802f83647326aeadf793b68433aa0f7" bool(true)
Output for 4.4.1
Warning: session_start(): Cannot send session cookie - headers already sent in /in/u1Mag on line 2 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /in/u1Mag:2) in /in/u1Mag on line 2 string(42) "PHPSESSID=c0021ebfe187f0ee042ce51fc8803ab6" bool(true)
Output for 4.4.0
Warning: session_start(): Cannot send session cookie - headers already sent in /in/u1Mag on line 2 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /in/u1Mag:2) in /in/u1Mag on line 2 string(42) "PHPSESSID=323ceda50ce5cfd860db0a05c3887956" bool(true)
Output for 4.3.11
Warning: session_start(): Cannot send session cookie - headers already sent in /in/u1Mag on line 2 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /in/u1Mag:2) in /in/u1Mag on line 2 string(42) "PHPSESSID=9467d0e9c50222af61cacfa34ba92bc3" bool(true)
Output for 4.3.10
Warning: session_start(): Cannot send session cookie - headers already sent in /in/u1Mag on line 2 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /in/u1Mag:2) in /in/u1Mag on line 2 string(42) "PHPSESSID=104474b494e22c95fc824292d2dd54bf" bool(true)
Output for 4.3.9
Warning: session_start(): Cannot send session cookie - headers already sent in /in/u1Mag on line 2 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /in/u1Mag:2) in /in/u1Mag on line 2 string(42) "PHPSESSID=6f3a5c2ba682cce32f41d497c4f61a4c" bool(true)
Output for 4.3.8
Warning: session_start(): Cannot send session cookie - headers already sent in /in/u1Mag on line 2 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /in/u1Mag:2) in /in/u1Mag on line 2 string(42) "PHPSESSID=fd219d9b005444f9d47530726d209819" bool(true)
Output for 4.3.7
Warning: session_start(): Cannot send session cookie - headers already sent in /in/u1Mag on line 2 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /in/u1Mag:2) in /in/u1Mag on line 2 string(42) "PHPSESSID=5a00404cdbc25d0275ca14316b27ce9f" bool(true)
Output for 4.3.6
Warning: session_start(): Cannot send session cookie - headers already sent in /in/u1Mag on line 2 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /in/u1Mag:2) in /in/u1Mag on line 2 string(42) "PHPSESSID=dfcfe1f770e666e805fb39f4f12312cb" bool(true)
Output for 4.3.5
Warning: session_start(): Cannot send session cookie - headers already sent in /in/u1Mag on line 2 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /in/u1Mag:2) in /in/u1Mag on line 2 string(42) "PHPSESSID=c2dc46145a4e1e85b897092dd016bf3b" bool(true)
Output for 4.3.4
Warning: session_start(): Cannot send session cookie - headers already sent in /in/u1Mag on line 2 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /in/u1Mag:2) in /in/u1Mag on line 2 string(42) "PHPSESSID=c6b26ccab16123fa384efcef5e28ad40" int(1)
Output for 4.3.3
Warning: session_start(): Cannot send session cookie - headers already sent in /in/u1Mag on line 2 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /in/u1Mag:2) in /in/u1Mag on line 2 string(42) "PHPSESSID=8debaaf67e83678cff9d8b3d05cf00f8" int(1)
Output for 4.3.2
Warning: session_start(): Cannot send session cookie - headers already sent in /in/u1Mag on line 2 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /in/u1Mag:2) in /in/u1Mag on line 2 string(42) "PHPSESSID=42e45461e16b611a569d9ee2cff7ca17" int(1)
Output for 4.3.1
Warning: session_start() [http://www.php.net/function.session-start]: Cannot send session cookie - headers already sent in /in/u1Mag on line 2 Warning: session_start() [http://www.php.net/function.session-start]: Cannot send session cache limiter - headers already sent (output started at /in/u1Mag:2) in /in/u1Mag on line 2 string(42) "PHPSESSID=33ce9d7ab465c2c666cafeafd14430f8" int(1)
Output for 4.3.0
Warning: session_start() [http://www.php.net/function.session-start]: Cannot send session cookie - headers already sent in /in/u1Mag on line 2 Warning: session_start() [http://www.php.net/function.session-start]: Cannot send session cache limiter - headers already sent (output started at /in/u1Mag:2) in /in/u1Mag on line 2 string(42) "PHPSESSID=75bb87eb41633f7f90e092cb164f28e5" int(1)

preferences:
213.85 ms | 402 KiB | 355 Q