検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 52 for sessions (0.004 sec.)
セッションの使いかた — Django 4.0.6 ドキュメント 13397
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... を行います。 MIDDLEWARE 設定を編集し 'django.contrib.sessions.middleware.SessionMiddleware' を含むようにする。 d ... iddleware 行と INSTALLED_APPS 内の 'django.contrib.sessions' を削除しても構いません。これで、オーバーヘッドが少 ... ォルトでは、Django はセッションを、( django.contrib.sessions.models.Session モデルを用いて) データベースに保存し ... は、設定ファイルの INSTALLED_APPS に 'django.contrib.sessions' を追加する必要があります。 一度インストールの設定 ...
https://man.plustar.jp/django/topics/http/sessions.html - [similar]
contrib packages — Django 4.0.6 ドキュメント 11306
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... aging redirects. See the redirects documentation . sessions ¶ A framework for storing data in anonymous sessio ... ns. See the sessions documentation . sites ¶ A light framework that let ... flatpages gis humanize messages postgres redirects sessions sites sitemaps syndication Other add-ons 前のトピッ ... directs , sites , humanize , admin , syndication , sessions , postgres クイック検索 Last update: 2022年6月01日 ...
https://man.plustar.jp/django/ref/contrib/index.html - [similar]
Django 1.5.3 release notes — Django 4.0.6 ドキュメント 10529
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... feature to enhance the security of django.contrib.sessions . Directory traversal vulnerability in ssi templat ... ote-code execution vulnerability in django.contrib.sessions ¶ django.contrib.sessions currently uses pickle to ... 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.5.3.html - [similar]
設定 — Django 4.0.6 ドキュメント 10006
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ie is only sent with an HTTPS connection. CSRF_USE_SESSIONS ¶ デフォルト値: False Whether to store the CSRF to ... in a cookie. It requires the use of django.contrib.sessions . Storing the CSRF token in a cookie (Django's def ... uch as PermissionDenied ) if you're using CSRF_USE_SESSIONS . See Middleware の順序 . CSRF_FAILURE_VIEW ¶ デフ ... まいます。 秘密鍵は次のような場合に使われます。 All sessions if you are using any other session backend than dj ...
https://man.plustar.jp/django/ref/settings.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 9603
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to attack. security.W010 : You have django.contrib.sessions in your INSTALLED_APPS but you have not set SESSIO ... ficult for network traffic sniffers to hijack user sessions. security.W011 : You have django.contrib.sessions. ... ficult for network traffic sniffers to hijack user sessions. security.W012 : SESSION_COOKIE_SECURE is not set ... ficult for network traffic sniffers to hijack user sessions. security.W013 : You have django.contrib.sessions ...
https://man.plustar.jp/django/ref/checks.html - [similar]
django.contrib.sessions.exceptions — Django 4.0.6 ドキュメント 9349
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... le of contents | Index | Modules up django.contrib.sessions.exceptions のソースコード from django.core.excepti ...
https://man.plustar.jp/django/_modules/django/contrib/sessions/exceptions.html - [similar]
クロスサイトリクエストフォージェリ (CSRF) 対策 — Django 4.0.6 ドキュメント 9349
" + 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 CSR ...
https://man.plustar.jp/django/ref/csrf.html - [similar]
Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 9080
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ngo-objects version="1.0"> <object pk="123" model="sessions.session"> <field type="DateTimeField" name="expire ... latter being represented by the name of the app ("sessions") and the lowercase name of the model ("session") ... : "4b678b301dfd8a4e0dad910de3ae245b" , "model" : "sessions.session" , "fields" : { "expire_date" : "2013-01-1 ... : "4b678b301dfd8a4e0dad910de3ae245b" , "model" : "sessions.session" , "fields" : { ... }} { "pk" : "88bea72c0 ...
https://man.plustar.jp/django/topics/serialization.html - [similar]
メッセージフレームワーク — Django 4.0.6 ドキュメント 8557
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... PPS の中にあります。 MIDDLEWARE は 'django.contrib.sessions.middleware.SessionMiddleware' と 'django.contrib.m ... ware' を含みます。 デフォルトの storage backend は sessions に依存します。そのため SessionMiddleware を有効にし ... レージクラスを提供しています: class storage.session. SessionStorage ¶ このクラスは、すべてのメッセージをリクエス ... ッション内部に保管します。ゆえに、Django の contrib.sessions アプリケーションが必要となります。 class storage.c ...
https://man.plustar.jp/django/ref/contrib/messages.html - [similar]
Django の例外 — Django 4.0.6 ドキュメント 8557
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ユーザーがアップロードをキャンセルすると発生します。 Sessions Exceptions ¶ Sessions exceptions are defined in dj ... ango.contrib.sessions.exceptions . SessionInterrupted ¶ exception Sessio ... ータベースの例外 HTTP Exceptions UnreadablePostError Sessions Exceptions SessionInterrupted トランザクションの例 ...
https://man.plustar.jp/django/ref/exceptions.html - [similar]
PREV 1 2 3 4 5 6 NEXT