Skip to content

Commit 9537a56

Browse files
authored
Update README.md
1 parent 1680bc5 commit 9537a56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ When authenticating a request Auth MemCookie module walks through the following
3939

4040
5. Check username and groups against [`Require`](http://httpd.apache.org/docs/2.0/mod/core.html#require) configuration directives.
4141

42-
If any of the steps 1-4 fails, then Auth MemCookie will return a "**HTTP_UNAUTHORIZED**" (401) Authorization Required error. A "**HTTP_FORBIDDEN**" (403) Forbidden error will be returned if the last step fails.
42+
If any of the steps 1-4 fails, then Auth MemCookie will return a **`HTTP_UNAUTHORIZED`** (401) Authorization Required error. A **`HTTP_FORBIDDEN`** (403) Forbidden error will be returned if the last step fails.
4343

4444
When a user is successfully authenticated, Auth MemCookie will store all the fields from the `session data` in environment variables accessible to the web page. Every field of the `session data` will be send http header `MCAC_<field-name>` to the value of the field.
4545

4646
# *"Session data"* format stored in memcached
4747

48-
The `session data` stored in [memcached](http://memcached.org/) are composed with multiple line in form of "**name**" equal "**value**" ended by "**\r\n**". some are mandatory, other are optional and the rest are information only (all this field are transmitted to the script language protect the module).
48+
The `session data` stored in [memcached](http://memcached.org/) are composed with multiple line in form of **`name`** equal **`value`** ended by **`\r\n`**. some are mandatory, other are optional and the rest are information only (all this field are transmitted to the script language protect the module).
4949

5050
`Session data` format:
5151

0 commit comments

Comments
 (0)