why PHP $_session is not working in wordpress my php code is
session_start();
session_register('lang_opt');
$_SESSION['lang_opt'] = $_POST['lang_opt'];
$mylang = $_SESSION['lang_opt'];
echo $mylang;
|
why PHP $_session is not working in wordpress my php code is
|
||||
|
|
Yes, you must use a small change for use session in WordPress.
Better you use a custom function
*Please edit, I write from a mobile |
||||
|
|