検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 70 for session (0.023 sec.)
テストツール — Django 4.0.6 ドキュメント 6386
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hod, the test client will have all the cookies and session data cleared to defaults. Subsequent requests will ... cookies のドキュメントを参照してください。 Client. session ¶ 辞書形式のようなオブジェクトで、セッション情報を ... ためには、まず変数に格納される必要があります (新しい SessionStore は、この属性がアクセスされるたびに作られるため ... です): def test_something ( self ): session = self . client . session session [ 'somekey' ] = ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
クリックジャッキング対策 — Django 4.0.6 ドキュメント 6344
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ." ) 注釈 If you want to submit a form or access a session cookie within a frame or iframe, you may need to m ... odify the CSRF_COOKIE_SAMESITE or SESSION_COOKIE_SAMESITE settings. Setting X-Frame-Options ...
https://man.plustar.jp/django/ref/clickjacking.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 6344
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... but should not be used any longer. django.contrib.sessions ¶ Session cookie is now deleted after flush() is ... () fails. This is necessary to ensure the cache_db session store always fetches the most current session data ... Django 1.9. Using AuthenticationMiddleware without SessionAuthenticationMiddleware ¶ django.contrib.auth.midd ... leware.SessionAuthenticationMiddleware was added in Django 1.7. I ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 6315
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... () will no longer set the user language in request.session (key django.utils.translation.LANGUAGE_SESSION_KEY ... Support for the pre-Django 3.1 encoding format of sessions will be removed. Support for the pre-Django 3.1 d ... ll be removed. Support for the pre-Django 3.1 user sessions (that use the SHA-1 algorithm) will be removed. T ... uts.render() django.shortcuts.render_to_response() Session verification will be enabled regardless of whether ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
Django の例外 — Django 4.0.6 ドキュメント 6315
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... m a security perspective, such as tampering with a session cookie. Subclasses of SuspiciousOperation include: ... allowedModelAdminToField DisallowedRedirect InvalidSessionKey RequestDataTooBig SuspiciousFileOperation Suspi ... ciousMultipartForm SuspiciousSession TooManyFieldsSent If a SuspiciousOperation excepti ... ユーザーがアップロードをキャンセルすると発生します。 Sessions Exceptions ¶ Sessions exceptions are defined in d ...
https://man.plustar.jp/django/ref/exceptions.html - [similar]
FAQ: 管理インタフェース — Django 4.0.6 ドキュメント 6273
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... いため、ログインクッキーは正しく設定されていません。 SESSION_COOKIE_DOMAIN をあなたのドメインと同じものに設定し ... " https://www.example.com/admin/ " に飛ぶ場合には SESSION_COOKIE_DOMAIN = 'www.example.com' と設定します。 ロ ...
https://man.plustar.jp/django/faq/admin.html - [similar]
Django 1.8.16 リリースノート — Django 4.0.6 ドキュメント 6273
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... test --keepdb option or if the user has an active session (such as an attacker's connection). A randomly gen ...
https://man.plustar.jp/django/releases/1.8.16.html - [similar]
Django 1.9.11 リリースノート — Django 4.0.6 ドキュメント 6273
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... test --keepdb option or if the user has an active session (such as an attacker's connection). A randomly gen ...
https://man.plustar.jp/django/releases/1.9.11.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 6273
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... thod, with a language parameter set in request. If session support is enabled, the view saves the language ch ... oice in the user's session. It also saves the language choice in a cookie tha ... ay want to set the active language for the current session explicitly. Perhaps a user's language preference i ... hread only. To persist the language for the entire session in a cookie, set the LANGUAGE_COOKIE_NAME cookie o ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
デプロイチェックリスト — Django 4.0.6 ドキュメント 6245
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... してしまうのを防ぐには、 True をセットしてください。 SESSION_COOKIE_SECURE ¶ 誤って HTTP によってセッションクッ ... こともできます。 セッション ¶ Consider using cached sessions to improve performance. If using database-backed ... sessions, regularly clear old sessions to avoid storing unnecessary data. CONN_MAX_AGE ¶ ... L MEDIA_ROOT と MEDIA_URL HTTPS CSRF_COOKIE_SECURE SESSION_COOKIE_SECURE パフォーマンスの最適化 セッション CO ...
https://man.plustar.jp/django/howto/deployment/checklist.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT