php session_start with include files

后端 未结 5 1173
遇见更好的自我
遇见更好的自我 2020-12-06 17:03

i learned a lot about session start from my previous question. Now i\'m wondering how session locking occurs when files are included in other files. Lets say i have:

5条回答
  •  南笙
    南笙 (楼主)
    2020-12-06 18:04

    As of PHP 4.3.3, calling session_start() after the session was previously started will result in an error of level E_NOTICE. Also, the second session start will simply be ignored.

提交回复
热议问题