O
O
Optimus2017-02-21 16:19:28
PHP
Optimus, 2017-02-21 16:19:28

Get all session data by id?

There is data:

$_SERVER["HTTP_COOKIE"]=> "PHPSESSID=q46moqdovehkckvd14n260du15"

Is it possible to get all session data by this identifier and how?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
W
Wexter, 2017-02-21
Pyan @marrk2

php.net/manual/ru/function.session-id.php

M
Maxim Timofeev, 2017-02-21
@webinar

Get on the server? By means of php?
print_r($_SESSION);

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question