Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2019/07/03 [PHP]Cookie, Session #49

Open
kothru opened this issue Jul 3, 2019 · 1 comment
Open

2019/07/03 [PHP]Cookie, Session #49

kothru opened this issue Jul 3, 2019 · 1 comment
Labels
📎 Knowledge the theoretical or practical understanding of a subject

Comments

@kothru
Copy link
Owner

kothru commented Jul 3, 2019

Cookieとセッションをちゃんと理解する
https://qiita.com/hththt/items/07136ad74127999df271

【PHP超入門】Cookieとセッションについて
https://qiita.com/7968/items/ce03feb17c8eaa6e4672
経緯がよく分かる

クッキーはどこまで正確にユーザーを特定できるのか? [アクセス解析Q&A]
https://webtan.impress.co.jp/e/2010/06/10/8147

【Linux】/dev/random と /dev/urandomの違い
https://oplern.hatenablog.com/entry/2017/05/29/221313
random:エントロピープール使い切ったら終了
urandom:エントロピープール使い切っても再利用して続行

session.entropy_file = /dev/urandom
とすると、セッションIDかぶる可能性がある(枯渇したら。ないでしょうけど)

[PHP] リクエストパラメータ・セッションに関するまとめ
https://qiita.com/mpyw/items/7852213f478e8c5a2802

@kothru kothru added the 📎 Knowledge the theoretical or practical understanding of a subject label Jul 3, 2019
@lipppuuu
Copy link

hello啊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📎 Knowledge the theoretical or practical understanding of a subject
Projects
None yet
Development

No branches or pull requests

2 participants