- Timestamp:
- 01/30/2007 07:40:34 AM (22 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/demos/quickstart/protected/pages/Advanced/Security.page
r1397 r1665 48 48 <li>An application can use SSL to create a secure communication channel and only pass the authentication cookie over an HTTPS connection. Attackers are thus unable to decipher the contents in the transferred cookies.</li> 49 49 <li>Expire sessions appropriately, including all cookies and session tokens, to reduce the likelihood of being attacked.</li> 50 <li>Prevent <a href="?page=Security.XSS">cross-site scripting (XSS)</a>which causes arbitrary code to run in a user's browser and expose his cookies.</li>50 <li>Prevent cross-site scripting (XSS) which causes arbitrary code to run in a user's browser and expose his cookies.</li> 51 51 <li>Validate cookie data and detect if they are altered.</li> 52 52 </ul>
