検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 58 for COOKIE (0.045 sec.)
設定 — Django 4.0.6 ドキュメント 13261
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e middleware . See Django's cache framework . CSRF_COOKIE_AGE ¶ Default: 31449600 (approximately 1 year, in ... seconds) The age of CSRF cookies, in seconds. The reason for setting a long-lived ... that page from a browser cache. Without persistent cookies, the form submission would fail in this case. Som ... ernet Explorer) can disallow the use of persistent cookies or can have the indexes to the cookie jar corrupt ...
https://man.plustar.jp/django/ref/settings.html - [similar]
クロスサイトリクエストフォージェリ (CSRF) 対策 — Django 4.0.6 ドキュメント 12778
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 要があります。取得方法は、 CSRF_USE_SESSIONS と CSRF_COOKIE_HTTPONLY を設定したかどうかによって変わります。 CS ... RF_USE_SESSIONS と CSRF_COOKIE_HTTPONLY が False に設定されている場合にトークンを ... 合にセットされます。 デフォルトでは、CSRF トークンの cookie は csrftoken という名前ですが、 CSRF_COOKIE_NAME の ... 。 You can acquire the token like this: function getCookie ( name ) { let cookieValue = null ; if ( document ...
https://man.plustar.jp/django/ref/csrf.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 11036
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... せん 。詳しくは FILES をご覧ください。 HttpRequest. COOKIES ¶ すべてのクッキーが格納されたディクショナリです。 ... all HTTP traffic to HTTPS. HttpRequest. get_signed_cookie ( key , default = RAISE_ERROR , salt = '' , max_ag ... e = None ) ¶ Returns a cookie value for a signed cookie, or raises a django.core ... ecked against the signed timestamp attached to the cookie value to ensure the cookie is not older than max_a ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
セッションの使いかた — Django 4.0.6 ドキュメント 10011
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ENGINE を "django.contrib.sessions.backends.signed_cookies" に設定します。セッションデータは、 暗号化署名 の ... タに JavaScript からアクセスできないように、 SESSION_COOKIE_HTTPONLY を True に設定しておくことをおすすめします ... ame invalidation happens if the client storing the cookie (e.g. your user's browser) can't store all of the ... session cookie and drops data. Even though Django compresses the ...
https://man.plustar.jp/django/topics/http/sessions.html - [similar]
索引 — Django 4.0.6 ドキュメント 9382
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ex_hull (GEOSGeometry の属性) (OGRGeometry の属性) cookies (Client の属性) COOKIES (HttpRequest の属性) coor ... (django.contrib.postgres.operations のクラス) CSRF_COOKIE_AGE setting CSRF_COOKIE_DOMAIN setting CSRF_COOKIE ... _HTTPONLY setting CSRF_COOKIE_NAME setting CSRF_COOKIE_PATH setting CSRF_COOKIE_ ... SAMESITE setting CSRF_COOKIE_SECURE setting csrf_exempt() (django.views.decorat ...
https://man.plustar.jp/django/genindex.html - [similar]
Django 1.4.11 release notes — Django 4.0.6 ドキュメント 8562
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... is based on a random nonce sent to the client in a cookie which must be sent by the client on future request ... iven page is by a client which did not have a CSRF cookie, the cache framework will also cache the CSRF cook ... to other anonymous clients who do not have a CSRF cookie. This can allow an attacker to obtain a valid CSRF ... cookie value and perform attacks which bypass the check f ...
https://man.plustar.jp/django/releases/1.4.11.html - [similar]
Django 1.5.6 release notes — Django 4.0.6 ドキュメント 8562
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... is based on a random nonce sent to the client in a cookie which must be sent by the client on future request ... iven page is by a client which did not have a CSRF cookie, the cache framework will also cache the CSRF cook ... to other anonymous clients who do not have a CSRF cookie. This can allow an attacker to obtain a valid CSRF ... cookie value and perform attacks which bypass the check f ...
https://man.plustar.jp/django/releases/1.5.6.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 8269
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n your INSTALLED_APPS but you have not set SESSION_COOKIE_SECURE to True . Using a secure-only session cooki ... in your MIDDLEWARE , but you have not set SESSION_COOKIE_SECURE to True . Using a secure-only session cooki ... s to hijack user sessions. security.W012 : SESSION_COOKIE_SECURE is not set to True . Using a secure-only se ... ssion cookie makes it more difficult for network traffic sniffe ...
https://man.plustar.jp/django/ref/checks.html - [similar]
Django 1.6.3 release notes — Django 4.0.6 ドキュメント 8226
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... is based on a random nonce sent to the client in a cookie which must be sent by the client on future request ... iven page is by a client which did not have a CSRF cookie, the cache framework will also cache the CSRF cook ... to other anonymous clients who do not have a CSRF cookie. This can allow an attacker to obtain a valid CSRF ... cookie value and perform attacks which bypass the check f ...
https://man.plustar.jp/django/releases/1.6.3.html - [similar]
Django 2.1 リリースノート — Django 4.0.6 ドキュメント 8226
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 20.1). django.contrib.sessions ¶ Added the SESSION_COOKIE_SAMESITE setting to set the SameSite cookie flag o ... n session cookies. キャッシュ ¶ The local-memory cache backend now ... が更新されるようになりました。 CSRF ¶ Added the CSRF_COOKIE_SAMESITE setting to set the SameSite cookie flag o ... n CSRF cookies. フォーム ¶ The widget for ImageField now renders ...
https://man.plustar.jp/django/releases/2.1.html - [similar]
PREV 1 2 3 4 5 6 NEXT