From 4a8eaa0c101489e7a7ad1d87b86d2ee60a1b9caa Mon Sep 17 00:00:00 2001 From: xue <> Date: Sun, 12 Feb 2006 02:03:44 +0000 Subject: Added cookie protection tutorial. --- .gitattributes | 1 + demos/quickstart/protected/pages/Security/Cookie.page | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 demos/quickstart/protected/pages/Security/Cookie.page diff --git a/.gitattributes b/.gitattributes index 9a66425d..3d554c69 100644 --- a/.gitattributes +++ b/.gitattributes @@ -221,6 +221,7 @@ demos/quickstart/protected/pages/GettingStarted/Installation.page -text demos/quickstart/protected/pages/GettingStarted/Introduction.page -text demos/quickstart/protected/pages/GettingStarted/Upgrading.page -text demos/quickstart/protected/pages/Security/Auth.page -text +demos/quickstart/protected/pages/Security/Cookie.page -text demos/quickstart/protected/pages/Security/ViewState.page -text demos/quickstart/protected/pages/Security/XSS.page -text demos/quickstart/protected/pages/ViewSource.page -text diff --git a/demos/quickstart/protected/pages/Security/Cookie.page b/demos/quickstart/protected/pages/Security/Cookie.page new file mode 100644 index 00000000..e042f894 --- /dev/null +++ b/demos/quickstart/protected/pages/Security/Cookie.page @@ -0,0 +1,15 @@ + + +

Cookie Attack Prevention

+

+Protecting cookies from being attacked is of extreme important, as session IDs are commonly stored in cookies. If one gets hold of a session ID, he essentially owns all relevant session information. +

+

+There are several countermeasures to prevent cookies from being attacked. +

+ -- cgit v1.2.3