1
0
Fork 0
arangodb/Documentation/Books/Manual/Foxx/Sessions/Transports
Alan Plum b5667ca744
Consistent docs links
2016-06-14 17:23:30 +02:00
..
Cookie.mdpp Consistent docs links 2016-06-14 17:23:30 +02:00
Header.mdpp Consistent docs links 2016-06-14 17:23:30 +02:00
README.mdpp Consistent docs links 2016-06-14 17:23:30 +02:00

README.mdpp

!CHAPTER Session Transports

TODO

!SECTION get

`transport.get(request): string`

TODO

**Arguments**

* **request**: `Request`

  [Request object](../../Router/Request.md) to extract a session identifier from.

TODO

**Examples**

TODO

!SECTION set

`transport.set(response, sid): void`

TODO

**Arguments**

* **response**: `Response`

  [Response object](../../Router/Response.md) to attach a session identifier to.

* **sid**: `string`

  Session identifier to attach to the response.

TODO

**Examples**

TODO

!SECTION clear

`transport.clear(response): void`

TODO

**Arguments**

* **response**: `Response`

  Response object to remove the session identifier from.

TODO

**Examples**

TODO