Show
Ignore:
Timestamp:
01/30/2007 07:40:34 AM (22 months ago)
Author:
xue
Message:

fixed broken links in quickstart.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/3.0/demos/quickstart/protected/pages/Advanced/Security.page

    r1397 r1665  
    4848  <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> 
    4949  <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> 
    5151  <li>Validate cookie data and detect if they are altered.</li> 
    5252</ul>