Skip to content

Commit 1df1a77

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

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

4242
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

44-
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.
44+
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

50-
`Session data` format:
50+
**`Session data`** format:
5151

5252
UserName=<user name>\r\n
5353
Groups=<group name1>:<group name2>:...\r\n

0 commit comments

Comments
 (0)