mirror of
https://github.com/yweber/lodel2.git
synced 2025-12-28 03:36:55 +01:00
Changed the "session_read" hook name to "session_load"
This commit is contained in:
parent
25a231702e
commit
fbdb9f09f8
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ def is_session_file_expired(sid):
|
||||||
## @brief reads a session content
|
## @brief reads a session content
|
||||||
# @param caller *
|
# @param caller *
|
||||||
# @param sid str : session id
|
# @param sid str : session id
|
||||||
@LodelHook('session_read')
|
@LodelHook('session_load')
|
||||||
def read_session(caller, sid):
|
def read_session(caller, sid):
|
||||||
session_file = get_session_file_path(sid)
|
session_file = get_session_file_path(sid)
|
||||||
if os.path.isfile(session_file):
|
if os.path.isfile(session_file):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue