ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
l
m
p
s
t
w
+
Functions
_
a
b
c
f
g
h
i
s
t
w
+
Variables
$
c
d
e
f
g
h
j
l
m
p
s
t
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
+
Globals
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
sessioncheck.php
Go to the documentation of this file.
1
<?php
2
/* Copyright (c) 1998-2009 ILIAS open source, Extended GPL, see docs/LICENSE */
3
4
if
(!file_exists(getcwd() .
'/ilias.ini.php'
)) {
5
exit
();
6
}
7
8
include_once
"Services/Context/classes/class.ilContext.php"
;
9
ilContext::init
(
ilContext::CONTEXT_SESSION_REMINDER
);
10
11
require_once(
"Services/Init/classes/class.ilInitialisation.php"
);
12
ilInitialisation::initILIAS
();
13
14
include_once
'Services/Authentication/classes/class.ilSessionReminderCheck.php'
;
15
$session_reminder_check
=
new
ilSessionReminderCheck
();
16
echo
$session_reminder_check
->getJsonResponse(
17
ilUtil::stripSlashes
(
$_POST
[
'hash'
] ??
''
)
18
);
19
exit
();
$session_reminder_check
$session_reminder_check
Definition:
sessioncheck.php:15
ilSessionReminderCheck
Definition:
class.ilSessionReminderCheck.php:9
exit
exit
Definition:
login.php:29
ilContext\CONTEXT_SESSION_REMINDER
const CONTEXT_SESSION_REMINDER
Definition:
class.ilContext.php:27
ilInitialisation\initILIAS
static initILIAS()
ilias initialisation
Definition:
class.ilInitialisation.php:1041
ilUtil\stripSlashes
static stripSlashes($a_str, $a_strip_html=true, $a_allow="")
strip slashes if magic qoutes is enabled
Definition:
class.ilUtil.php:2408
ilContext\init
static init($a_type)
Init context by type.
Definition:
class.ilContext.php:45
$_POST
$_POST["username"]
Definition:
cfg.phpunit.template.php:11
sessioncheck.php
Generated on Thu Apr 3 2025 20:01:19 for ILIAS by
1.8.13 (using
Doxyfile
)