検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 52 for sessions (0.067 sec.)
Django 1.7.9 release notes — Django 4.0.6 ドキュメント 6855
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in 1.7.8. Denial-of-service possibility by filling session store ¶ In previous versions of Django, the session ... backends created a new empty record in the session storage anytime request.session was accessed and th ... h unknown session keys, potentially filling up the session store or causing other users' session records to be ... as fixed separately (rather than a fix in the core sessions framework), maintainers of third-party session bac ...
https://man.plustar.jp/django/releases/1.7.9.html - [similar]
Django 2.2.1 リリースノート — Django 4.0.6 ドキュメント 6855
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e subclasses, rather than requiring django.contrib.sessions to be in INSTALLED_APPS ( #30312 ). Increased the ...
https://man.plustar.jp/django/releases/2.2.1.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 6735
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ango 1.6 for PASSWORD_RESET_TIMEOUT_DAYS . Default session serialization switched to JSON ¶ Historically, djan ... go.contrib.sessions used pickle to serialize session data before stori ... ily available on the internet. Although the cookie session storage signs the cookie-stored data to prevent tam ... new setting, SESSION_SERIALIZER , to customize the session serialization format. For backwards compatibility, ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
Django 1.8.3 リリースノート — Django 4.0.6 ドキュメント 6601
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... le alias. Denial-of-service possibility by filling session store ¶ In previous versions of Django, the session ... backends created a new empty record in the session storage anytime request.session was accessed and th ... h unknown session keys, potentially filling up the session store or causing other users' session records to be ... as fixed separately (rather than a fix in the core sessions framework), maintainers of third-party session bac ...
https://man.plustar.jp/django/releases/1.8.3.html - [similar]
Django でのユーザー認証 — Django 4.0.6 ドキュメント 6601
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 項目です: SessionMiddleware は、リクエストを横断する sessions を管理します。 AuthenticationMiddleware は、ユーザ ...
https://man.plustar.jp/django/topics/auth/index.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 6467
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Support for the pre-Django 3.1 encoding format of sessions will be removed. Support for the pre-Django 3.1 dj ... ll be removed. Support for the pre-Django 3.1 user sessions (that use the SHA-1 algorithm) will be removed. Th ... ent command will be removed. It's replaced by clearsessions . The daily_cleanup.py script will be removed. The ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 6467
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... own get_session_auth_hash() method, authenticated sessions will include the hash returned by this function. I ... equest. This allows a user to log out all of their sessions by changing their password. The default password c ... e to use a new secret will invalidate all existing sessions. 認証の View ¶ Django の提供する複数のビューを使っ ...
https://man.plustar.jp/django/topics/auth/default.html - [similar]
テストツール — Django 4.0.6 ドキュメント 6467
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ためには、まず変数に格納される必要があります (新しい SessionStore は、この属性がアクセスされるたびに作られるため ... test_something ( self ): session = self . client . session session [ 'somekey' ] = 'test' session . save () 言 ... ateCacheMiddleware' , 'remove' : [ 'django.contrib.sessions.middleware.SessionMiddleware' , 'django.contrib.au ... ls that make using of caching, like django.contrib.sessions . For example, you will have to reinitialize the s ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 6332
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... トの description を参照してください。 django.contrib.sessions ¶ clearsessions ¶ django-admin clearsessions ¶ cro ... types django.contrib.gis ogrinspect django.contrib.sessions clearsessions django.contrib.sitemaps ping_google ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 6332
" + 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 c ... () fails. This is necessary to ensure the cache_db session store always fetches the most current session data. ... ngo.contrib.auth django.contrib.gis django.contrib.sessions django.contrib.sitemaps django.contrib.sites キャッ ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
PREV 1 2 3 4 5 6 NEXT