banner
banner
banner
Wit Engineering Technology
Liaoning Wit Engineering Technology Co., Ltd., formerly Liaoning Wit Intelligent Decoration Technology Engineering Co., Ltd., was established in 1997. In 2011, it was changed to Liaoning Wit Engineering Technology Co., Ltd.
contact us
024-24240288
WEBSITE:
www.lnwit.com
E-MAIL:
Ln_wit@163.com
FAX:
024-24240388
ADDRESS:
Shenyang Shenhua District, Shifu Da Lu 262 A
System Error


[2] ErrorException in Session.php line 105

session_start(): Cannot start session when headers already sent

  1. // 读取session驱动
  2. $class = false !== strpos($config['type'], '\\') ? $config['type'] : '\\think\\session\\driver\\' . ucwords($config['type']);
  3. // 检查驱动类
  4. if (!class_exists($class) || !session_set_save_handler(new $class($config))) {
  5. throw new ClassNotFoundException('error session handler:' . $class, $class);
  6. }
  7. }
  8. if ($isDoStart) {
  9. session_start();
  10. self::$init = true;
  11. } else {
  12. self::$init = false;
  13. }
  14. }
  15. /**
  16. * session自动启动或者初始化
  17. * @return void

Exception Datas

Error Context
config { "id": "", "var_session_id": "", "prefix": "think", "type": "", "auto_start": true }
isDoStart true