検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 70 for session (0.051 sec.)
Django 1.4.14 release notes — Django 4.0.6 ドキュメント 6809
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... er (e.g. "_1" , "_2" , etc.). RemoteUserMiddleware session hijacking ¶ When using the RemoteUserMiddleware an ... ntervening logout could result in the prior user's session being co-opted by the subsequent user. The middlew ... File upload denial-of-service RemoteUserMiddleware session hijacking Data leakage via query string manipulati ...
https://man.plustar.jp/django/releases/1.4.14.html - [similar]
Django 1.5.9 release notes — Django 4.0.6 ドキュメント 6809
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... er (e.g. "_1" , "_2" , etc.). RemoteUserMiddleware session hijacking ¶ When using the RemoteUserMiddleware an ... ntervening logout could result in the prior user's session being co-opted by the subsequent user. The middlew ... File upload denial-of-service RemoteUserMiddleware session hijacking Data leakage via query string manipulati ...
https://man.plustar.jp/django/releases/1.5.9.html - [similar]
クロスサイトリクエストフォージェリ (CSRF) 対策 — Django 4.0.6 ドキュメント 6781
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... クンを取得する必要があります。取得方法は、 CSRF_USE_SESSIONS と CSRF_COOKIE_HTTPONLY を設定したかどうかによって ... 変わります。 CSRF_USE_SESSIONS と CSRF_COOKIE_HTTPONLY が False に設定されている ... e_csrf_cookie() 。 Acquiring the token if CSRF_USE_SESSIONS or CSRF_COOKIE_HTTPONLY is True ¶ If you activate ... CSRF_USE_SESSIONS or CSRF_COOKIE_HTTPONLY , you must include the CS ...
https://man.plustar.jp/django/ref/csrf.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 6738
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... OTE_USER header disappears during the same browser session. The cache-based session backend can store session ... ng PostgreSQL together with the autocommit option. Session not saved on 500 responses ¶ Django's session midd ... leware will skip saving the session data if the response's status code is 500. Email c ... t command has been deprecated and replaced by clearsessions . daily_cleanup.py script ¶ The undocumented dail ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
Django 1.6.6 release notes — Django 4.0.6 ドキュメント 6738
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... er (e.g. "_1" , "_2" , etc.). RemoteUserMiddleware session hijacking ¶ When using the RemoteUserMiddleware an ... ntervening logout could result in the prior user's session being co-opted by the subsequent user. The middlew ... File upload denial-of-service RemoteUserMiddleware session hijacking Data leakage via query string manipulati ...
https://man.plustar.jp/django/releases/1.6.6.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 6710
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mail for password resets. The AbstractBaseUser.get_session_auth_hash() method was added and if your AUTH_USER ... r , changing a user's password now invalidates old sessions if the django.contrib.auth.middleware.SessionAuth ... enticationMiddleware is enabled. See Session invalidation on password change for more details. ... rib.messages that use cookies, will now follow the SESSION_COOKIE_SECURE and SESSION_COOKIE_HTTPONLY settings ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
django.contrib.auth — Django 4.0.6 ドキュメント 6668
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... odel instance associated with the given request 's session. It checks if the authentication backend stored in ... the session is present in AUTHENTICATION_BACKENDS . If so, it ... ieve the user model instance and then verifies the session by calling the user model's get_session_auth_hash( ... usUser if the authentication backend stored in the session is no longer in AUTHENTICATION_BACKENDS , if a use ...
https://man.plustar.jp/django/ref/contrib/auth.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 6668
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... indexes CONCURRENTLY on PostgreSQL. django.contrib.sessions ¶ The new get_session_cookie_age() method allows ... dynamically specifying the session cookie age. django.contrib.syndication ¶ Added the ... ferent apps. Because accessing the language in the session rather than in the cookie is deprecated, LocaleMid ... are no longer looks for the user's language in the session and django.contrib.auth.logout() no longer preserv ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
Pythonモジュール索引 — Django 4.0.6 ドキュメント 6597
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... data. django.contrib.messages Provides cookie- and session-based temporary message storage. django.contrib.me ... A framework for managing redirects. django.contrib.sessions Provides session management for Django projects. ... django.contrib.sessions.middleware Session middleware. django.contrib.sit ...
https://man.plustar.jp/django/py-modindex.html - [similar]
メッセージフレームワーク — Django 4.0.6 ドキュメント 6597
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... PPS の中にあります。 MIDDLEWARE は 'django.contrib.sessions.middleware.SessionMiddleware' と 'django.contrib. ... ware' を含みます。 デフォルトの storage backend は sessions に依存します。そのため SessionMiddleware を有効に ... ンのストレージクラスを提供しています: class storage.session. SessionStorage ¶ このクラスは、すべてのメッセージ ... ッション内部に保管します。ゆえに、Django の contrib.sessions アプリケーションが必要となります。 class storage. ...
https://man.plustar.jp/django/ref/contrib/messages.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT