What are the implications of using 'low' security in cakephp?

前端 未结 4 1736
暗喜
暗喜 2021-01-12 11:50

I had an authentication problem in cakephp, when positing credentials from an external site the authentication would work, and then get immediately lost, with the site promp

4条回答
  •  鱼传尺愫
    2021-01-12 12:22

    two things happens when setting to 'low'

    1)timeout is bigger

    2)if session highjacking is easy, then it will be easier! since the session dosent regenerate between requests as when set to 'high'!

    and nothing else.

    by the way you can change for a specific page the security level or the session timeout or both... so it is not a no-undo-choice

提交回复
热议问题