検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 70 for session (0.047 sec.)
索引 — Django 4.0.6 ドキュメント 7951
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ンドラインオプション _ __contains__() (backends.base.SessionBase のメソッド) (QueryDict のメソッド) __delitem__ ... () (backends.base.SessionBase のメソッド) (HttpResponse のメソッド) __eq__() ... (Distance のメソッド) __getitem__() (backends.base.SessionBase のメソッド) (HttpResponse のメソッド) (OGRGeom ... RGeometry のメソッド) __setitem__() (backends.base.SessionBase のメソッド) (HttpResponse のメソッド) (QueryDi ...
https://man.plustar.jp/django/genindex.html - [similar]
django.contrib.sessions.exceptions — Django 4.0.6 ドキュメント 7415
" + 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.except ... port BadRequest , SuspiciousOperation class InvalidSessionKey ( SuspiciousOperation ): """Invalid characters ... in session key""" pass class SuspiciousSession ( SuspiciousOp ... eration ): """The session may be tampered with""" pass [ドキュメント] class ...
https://man.plustar.jp/django/_modules/django/contrib/sessions/exceptions.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 7302
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... LocaleMiddleware now stores the active language in session if it is not present there. This prevents loss of ... language settings after session flush, e.g. logout. SuspiciousOperation has been d ... ango 1.6 for PASSWORD_RESET_TIMEOUT_DAYS . Default session serialization switched to JSON ¶ Historically, dja ... ngo.contrib.sessions used pickle to serialize session data before stor ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 7274
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ic signing docs for more information. Cookie-based session backend ¶ Django 1.4 introduces a cookie-based ses ... s the tools for cryptographic signing to store the session data in the client's browser. 警告 Session data is ... This means a user can view any data stored in the session but cannot change it. Please read the documentatio ... on before using this backend. See the cookie-based session backend docs for more information. New form wizard ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 7204
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ユーザーのセッションは全てログアウトされます。詳細は Session invalidation on password change を参照してください ... 事に注意してください。 When you call logout() , the session data for the current request is completely cleaned ... r to log in and have access to the previous user's session data. If you want to put anything into the session ... ly including the redirect_field_name if it is set. Session invalidation on password change ¶ If your AUTH_USE ...
https://man.plustar.jp/django/topics/auth/default.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 7091
" + 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 SESSI ... ON_COOKIE_SECURE to True . Using a secure-only session cookie makes it more difficult for network traffic ... sniffers to hijack user sessions. security.W011 : You have django.contrib.sessions ... .middleware.SessionMiddleware in your MIDDLEWARE , but you have not se ...
https://man.plustar.jp/django/ref/checks.html - [similar]
Django 1.4.13 release notes — Django 4.0.6 ドキュメント 6922
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ches to store private data related to a particular session and then serve that data to requests with a differ ... ent session, or no session at all. This can lead to informatio ... be a vector for cache poisoning. When using Django sessions, Django will set a Vary: Cookie header to ensure ... es do not serve cached data to requests from other sessions. However, older versions of Internet Explorer (mo ...
https://man.plustar.jp/django/releases/1.4.13.html - [similar]
Django 1.5.8 release notes — Django 4.0.6 ドキュメント 6922
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ches to store private data related to a particular session and then serve that data to requests with a differ ... ent session, or no session at all. This can lead to informatio ... be a vector for cache poisoning. When using Django sessions, Django will set a Vary: Cookie header to ensure ... es do not serve cached data to requests from other sessions. However, older versions of Internet Explorer (mo ...
https://man.plustar.jp/django/releases/1.5.8.html - [similar]
Django 1.6.5 release notes — Django 4.0.6 ドキュメント 6879
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ches to store private data related to a particular session and then serve that data to requests with a differ ... ent session, or no session at all. This can lead to informatio ... be a vector for cache poisoning. When using Django sessions, Django will set a Vary: Cookie header to ensure ... es do not serve cached data to requests from other sessions. However, older versions of Internet Explorer (mo ...
https://man.plustar.jp/django/releases/1.6.5.html - [similar]
Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 6851
" + 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="expir ... 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- ... : "4b678b301dfd8a4e0dad910de3ae245b" , "model" : "sessions.session" , "fields" : { ... }} { "pk" : "88bea72c ...
https://man.plustar.jp/django/topics/serialization.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT