Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
SidResolverInterface.php
Go to the documentation of this file.
1 <?php
9 
15 {
19  const SESSION_ID_QUERY_PARAM = 'SID';
20 
27  public function getSid(\Magento\Framework\Session\SessionManagerInterface $session);
28 
35  public function getSessionIdQueryParam(\Magento\Framework\Session\SessionManagerInterface $session);
36 
43  public function setUseSessionVar($var);
44 
51  public function getUseSessionVar();
52 
59  public function setUseSessionInUrl($flag = true);
60 
67  public function getUseSessionInUrl();
68 }
getSessionIdQueryParam(\Magento\Framework\Session\SessionManagerInterface $session)
getSid(\Magento\Framework\Session\SessionManagerInterface $session)