@@ -78,89 +78,9 @@ The default is not to use a proxy ('proxy' = null) and no username and password
Auth MemCookie
--------------
It is possible to integrate SimpleSAMLphp with [Auth MemCookie](http://authmemcookie.sourceforge.net/). This allows you to integrate SimpleSAMLphp with web applications written in another language than PHP.
Auth MemCookie works by reading authentication data from a memcache server and setting environment variables based on attributes in this data. It also allows you to use the default Apache access control features to restrict access to your site.
The SimpleSAMLphp Auth MemCookie module can be found in `www/authmemcookie.php` and the configuration should be stored in `config/authmemcookie.php`. You may have to copy this file from `config-template/authmemcookie.php`.
To use Auth MemCookie, you need to do the following steps:
1. Install and configure SimpleSAMLphp for running as an SP.
2. Install and configure a memcache server.
3. Install and configure Auth MemCookie. Go to the