Session hijacking or attack?

前端 未结 3 1817
庸人自扰
庸人自扰 2020-12-28 10:14

Lately I have seen this in my error log (1 per day, and I have 40k visitors per day):

[22-Sep-2009 21:13:52] PHP Warning: session_start() [function.session-s         


        
3条回答
  •  感情败类
    2020-12-28 11:13

    By best guess is someone has a bad session id in their session cookie and is causing the error.

    I can't see how anyone would use an invalid session id for session hijacking.

    If you want to reproduce the error:

提交回复
热议问题