diff options
author | James Edwards-Jones <jedwardsjones@gitlab.com> | 2019-05-02 17:54:11 +0700 |
---|---|---|
committer | James Edwards-Jones <jedwardsjones@gitlab.com> | 2019-05-15 09:57:00 +0700 |
commit | 35658e1d837244cb549ea77a3fb646a5cc004ba7 (patch) | |
tree | b0b8e81fc476358c0730f44c2f70a798d36feea8 /doc/development/README.md | |
parent | 36e15a866df5ca70e9c8209925acad412f2c6538 (diff) | |
download | gitlab-ce-35658e1d837244cb549ea77a3fb646a5cc004ba7.tar.gz |
Document ways of accessing Session data in GitLabdoc-jej/session-stored-globaly
Diffstat (limited to 'doc/development/README.md')
-rw-r--r-- | doc/development/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/development/README.md b/doc/development/README.md index 83a1145c020..cfbbd5aaeaa 100644 --- a/doc/development/README.md +++ b/doc/development/README.md @@ -44,6 +44,7 @@ description: 'Learn how to contribute to GitLab.' - [`Gemfile` guidelines](gemfile.md) - [Pry debugging](pry_debugging.md) - [Sidekiq debugging](sidekiq_debugging.md) +- [Accessing session data](session.md) - [Gotchas](gotchas.md) to avoid - [Avoid modules with instance variables](module_with_instance_variables.md) if possible - [How to dump production data to staging](db_dump.md) |