Magento_CrossAreaSessions icon indicating copy to clipboard operation
Magento_CrossAreaSessions copied to clipboard

Research module providing a manager for accessing admin sessions from the frontend, and vice/versa.

Results 5 Magento_CrossAreaSessions issues
Sort by recently updated
recently updated
newest added

Hi Need Magento 2 Version of this module. I tried copying session file from vendor/magento/module-customer/Model/Session.php and changed the $this->_eventManager->dispatch('new_session_init', ['new_session' => $this]); But its not working. Do i need to...

A cookie set during a secure request won't be sent to the server during a non-secure request. Investigate ways to ensure Cross Area Session always works (stash session IDs somewhere,...

Add the usual package management debris to the repository.

What other session storage engines need support?

Finding a way to wrap all this is a test harness would be useful — but sessions session behavior on the command line is weird so I'm not sure the...