From 85b68fde9b311611481523a972a804065812c7c9 Mon Sep 17 00:00:00 2001 From: Alexander Pankratov Date: Sun, 19 Jan 2020 19:44:10 +0300 Subject: [PATCH] Readme update --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c18caf1..c282c19 100644 --- a/README.md +++ b/README.md @@ -103,13 +103,12 @@ Fast, simple, async php telegram api server: * glob syntax for sessions: * `--session=*` to use all `sessions/*.madeline` files. * `--session=users/* --session=bots/*` to use all session files from `sessions/bots` and `sessions/users` folders. -* Session management - Session can be added and removed while server is running. +* Session management (**Use with caution, can be unstable**) **Examples:** * Adding session: `http://127.0.0.1:9503/system/addInstance?session=users/xtrime` * Removing session: `http://127.0.0.1:9503/system/removeInstance?session=users/xtrime` - + If there is no authorization in session, or session file is blank, authorization required: User: