Way2CU / Caracal

Fast, lightweight, developer oriented framework.
GNU General Public License v2.0
8 stars 5 forks source link

Invalid cookie name used in page switch. #72

Open MeanEYE opened 6 years ago

MeanEYE commented 6 years ago

https://github.com/Way2CU/Caracal/blob/37483ec006d5621c1d94b5c913455e71525b531b/units/page_switch.php#L16 This code is no longer valid, name of session cookies is defined in Core\Session\Manager::COOKIE_ID instead of fixed value.