diff options
Diffstat (limited to 'examples/cookie/README.asciidoc')
-rw-r--r-- | examples/cookie/README.asciidoc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/cookie/README.asciidoc b/examples/cookie/README.asciidoc new file mode 100644 index 0000000..20294f5 --- /dev/null +++ b/examples/cookie/README.asciidoc @@ -0,0 +1,13 @@ += Cookie example + +To try this example, you need GNU `make` and `git` in your PATH. + +To build and run the example, use the following command: + +[source,bash] +$ make run + +Then point your browser to http://localhost:8080 + +This example allows you to use any path to show that the cookies +are defined site-wide. Try it! |