Hi
Is is possible to set the session_name using a defined constant?
For example
session_name(UN IQUE_NAME);
where UNIQUE_NAME is defined in another file
define('UNIQUE_ NAME', 'MRKLB');
Is is possible to set the session_name using a defined constant?
For example
session_name(UN IQUE_NAME);
where UNIQUE_NAME is defined in another file
define('UNIQUE_ NAME', 'MRKLB');
Comment