Skip to content

Commit 79b0ebe

Browse files
docs(controllers): remove duplicate ISession method list, link to source instead
Agent-Logs-Url: https://github.com/nextcloud/documentation/sessions/27800d6c-aa12-41dc-a65f-0a927234ce8c Co-authored-by: nextcloud-command <88102737+nextcloud-command@users.noreply.github.com>
1 parent ac62862 commit 79b0ebe

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

developer_manual/basics/controllers.rst

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -330,15 +330,8 @@ Locking and How to Prevent It <https://ma.ttias.be/php-session-locking-prevent-s
330330
or process (for example, a second browser tab, AJAX request, or background job), resulting in delays or
331331
deadlocks.
332332

333-
**Available ISession Methods:**
334-
335-
The entire ``OCP\\ISession`` API:
336-
337-
- ``set(key, value)``, ``get(key)``, ``exists(key)``, ``remove(key)``, ``clear()``
338-
- ``reopen()``, ``close()``
339-
- ``getId()``, ``regenerateId()``
340-
341-
See https://github.com/nextcloud/server/blob/master/lib/public/ISession.php for specifics.
333+
For the full ``OCP\\ISession`` API, see
334+
`ISession.php <https://github.com/nextcloud/server/blob/master/lib/public/ISession.php>`_.
342335

343336
Setting cookies
344337
^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)