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. --- demos/quickstart/protected/pages/Security/Cookie.page | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 demos/quickstart/protected/pages/Security/Cookie.page (limited to 'demos/quickstart/protected/pages/Security') 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