ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
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
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
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
k
l
m
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
{
6
exit
();
7
}
8
9
include_once
"Services/Context/classes/class.ilContext.php"
;
10
ilContext::init
(
ilContext::CONTEXT_SESSION_REMINDER
);
11
12
require_once(
"Services/Init/classes/class.ilInitialisation.php"
);
13
ilInitialisation::initILIAS
();
14
15
include_once
'Services/Authentication/classes/class.ilSessionReminderCheck.php'
;
16
$session_reminder_check
=
new
ilSessionReminderCheck
();
17
echo
$session_reminder_check
->getJsonResponse(
18
ilUtil::stripSlashes
(
$_POST
[
'session_id'
])
19
);
20
exit
();
21
?>
$session_reminder_check
$session_reminder_check
Definition:
sessioncheck.php:16
ilSessionReminderCheck
Definition:
class.ilSessionReminderCheck.php:9
exit
exit
Definition:
login.php:54
$_POST
$_POST['username']
Definition:
cron.php:12
ilContext\CONTEXT_SESSION_REMINDER
const CONTEXT_SESSION_REMINDER
Definition:
class.ilContext.php:26
ilInitialisation\initILIAS
static initILIAS()
ilias initialisation
Definition:
class.ilInitialisation.php:912
ilUtil\stripSlashes
static stripSlashes($a_str, $a_strip_html=true, $a_allow="")
strip slashes if magic qoutes is enabled
Definition:
class.ilUtil.php:2673
ilContext\init
static init($a_type)
Init context by type.
Definition:
class.ilContext.php:38
sessioncheck.php
Generated on Mon Apr 7 2025 19:01:00 for ILIAS by
1.8.13 (using
Doxyfile
)