検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 58 for COOKIE (0.040 sec.)
Django 1.8.2 リリースノート — Django 4.0.6 ドキュメント 8167
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... is treated as a valid session key and the session cookie is set accordingly. Any users with an empty string ... in their session cookie will use the same session store. session.flush() i ... d. Any users with an empty string in their session cookie will now be logged into that account. Bugfixes ¶ F ... containing a foreign key ( #24757 ). Fixed session cookie deletion when using SESSION_COOKIE_DOMAIN ( #24799 ...
https://man.plustar.jp/django/releases/1.8.2.html - [similar]
メッセージフレームワーク — Django 4.0.6 ドキュメント 8021
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... は、anonymous および認証済みユーザーの両方に対して、Cookie とセッションをベースにしたメッセージングを完全にサ ... s アプリケーションが必要となります。 class storage.cookie. CookieStorage ¶ このクラスは、複数のリクエストにわ ... たって通知を保持するために、Cookie (改ざんを防ぐため秘密のハッシュで署名されます) にメ ... ッセージデータを保管します。古いメッセージは Cookie データのサイズが 2048 バイトを超えると破棄されます ...
https://man.plustar.jp/django/ref/contrib/messages.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 7933
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 's session. It also saves the language choice in a cookie that is named django_language by default. (The nam ... e can be changed through the LANGUAGE_COOKIE_NAME setting.) After setting the language choice, ... o persist the language for the entire session in a cookie, set the LANGUAGE_COOKIE_NAME cookie on the respon ... e ) response = HttpResponse ( ... ) response . set_cookie ( settings . LANGUAGE_COOKIE_NAME , user_language ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
Django 1.1.2 リリースノート — Django 4.0.6 ドキュメント 7743
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n be found at the end of the test runner's output. Cookie encoding ¶ To fix bugs with cookies in Internet Ex ... fari, and possibly other browsers, our encoding of cookie values was changed so that the characters comma an ... pecially if you are storing comma or semi-colon in cookies and have JavaScript code that parses and manipula ... tes cookie values client-side. One new feature ¶ Ordinarily, ...
https://man.plustar.jp/django/releases/1.1.2.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 7596
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... SQL. django.contrib.sessions ¶ The new get_session_cookie_age() method allows dynamically specifying the ses ... sion cookie age. django.contrib.syndication ¶ Added the langua ... 国際化 (internationalization) ¶ Added the LANGUAGE_COOKIE_HTTPONLY , LANGUAGE_COOKIE_SAMESITE , and LANGUAGE ... _COOKIE_SECURE settings to set the HttpOnly , SameSite , a ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 7538
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sion, regardless of user-agent differences such as cookies or language preferences. However, if this page pr ... on some difference in request headers -- such as a cookie, or a language, or a user-agent -- you'll need to ... _on_headers() : @vary_on_headers ( 'User-Agent' , 'Cookie' ) def my_view ( request ): ... This tells downstr ... h , which means each combination of user-agent and cookie will get its own cache value. For example, a reque ...
https://man.plustar.jp/django/topics/cache.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 7494
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the default hashing algorithm to use for encoding cookies, password reset tokens in the admin site, user se ... ed as of this release, because support for tokens, cookies, sessions, and signatures that use SHA-1 algorith ... constraints. django.contrib.sessions ¶ The SESSION_COOKIE_SAMESITE setting now allows 'None' (string) value ... to explicitly state that the cookie is sent with all same-site and cross-site requests ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 7450
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... you allow requests from subdomains by setting CSRF_COOKIE_DOMAIN (or SESSION_COOKIE_DOMAIN if CSRF_USE_SESSI ... s . CsrfViewMiddleware now uses request.META['CSRF_COOKIE_NEEDS_UPDATE'] in place of request.META['CSRF_COOK ... IE_USED'] , request.csrf_cookie_needs_reset , and response.csrf_cookie_set to trac ... k whether the CSRF cookie should be sent. This is an undocumented, private A ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 7391
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nd a high-level API for setting and reading signed cookies, one of the most common uses of signing in web ap ... e cryptographic signing docs for more information. Cookie-based session backend ¶ Django 1.4 introduces a co ... r clarification before using this backend. See the cookie-based session backend docs for more information. N ... 4 ships with a session-based storage backend and a cookie-based storage backend. The latter uses the tools f ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
Django 1.5.3 release notes — Django 4.0.6 ドキュメント 7391
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ring it in the backend. If you're using the signed cookie session backend and SECRET_KEY is known by an atta ... and easily available on the internet. Although the cookie session storage signs the cookie-stored data to pr ...
https://man.plustar.jp/django/releases/1.5.3.html - [similar]
PREV 1 2 3 4 5 6 NEXT