Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
framework
Session
SessionManagerInterface.php
Go to the documentation of this file.
1
<?php
8
namespace
Magento\Framework\Session
;
9
16
interface
SessionManagerInterface
17
{
21
const
HOST_KEY
=
'_session_hosts'
;
22
28
public
function
start
();
29
35
public
function
writeClose
();
36
42
public
function
isSessionExists
();
43
49
public
function
getSessionId
();
50
56
public
function
getName
();
57
64
public
function
setName
(
$name
);
65
72
public
function
destroy
(array
$options
=
null
);
73
79
public
function
clearStorage
();
80
86
public
function
getCookieDomain
();
87
93
public
function
getCookiePath
();
94
100
public
function
getCookieLifetime
();
101
108
public
function
setSessionId
($sessionId);
109
115
public
function
regenerateId
();
116
124
public
function
expireSessionCookie
();
125
132
public
function
getSessionIdForHost
($urlHost);
133
140
public
function
isValidForHost
($host);
141
148
public
function
isValidForPath
(
$path
);
149
}
Magento\Framework\Session\SessionManagerInterface\destroy
destroy(array $options=null)
Magento\Framework\Session\SessionManagerInterface\isValidForHost
isValidForHost($host)
Magento\Framework\Session\SessionManagerInterface\getCookieDomain
getCookieDomain()
Magento\Framework\Session\SessionManagerInterface\getSessionId
getSessionId()
Magento\Framework\Session\SessionManagerInterface\start
start()
Magento\Framework\Session
Magento\Framework\Session\SessionManagerInterface
Definition:
SessionManagerInterface.php:16
Magento\Framework\Session\SessionManagerInterface\getCookieLifetime
getCookieLifetime()
Magento\Framework\Session\SessionManagerInterface\getSessionIdForHost
getSessionIdForHost($urlHost)
Magento\Framework\Session\SessionManagerInterface\writeClose
writeClose()
Magento\Framework\Session\SessionManagerInterface\HOST_KEY
const HOST_KEY
Definition:
SessionManagerInterface.php:21
Magento\Framework\Session\SessionManagerInterface\expireSessionCookie
expireSessionCookie()
Magento\Framework\Session\SessionManagerInterface\setName
setName($name)
Magento\Framework\Session\SessionManagerInterface\isValidForPath
isValidForPath($path)
Magento\Framework\Session\SessionManagerInterface\getName
getName()
Magento\Framework\Session\SessionManagerInterface\clearStorage
clearStorage()
Magento\Framework\Session\SessionManagerInterface\getCookiePath
getCookiePath()
Magento\Framework\Session\SessionManagerInterface\setSessionId
setSessionId($sessionId)
Magento\Framework\Session\SessionManagerInterface\regenerateId
regenerateId()
$options
$options
Definition:
multiple_mixed_products.php:29
$path
$path
Definition:
import_with_filesystem_images.php:14
Magento\Framework\Session\SessionManagerInterface\isSessionExists
isSessionExists()
$name
if(!isset($_GET['name'])) $name
Definition:
log.php:14