How can i use my own ( custom ) session value inside wordpress ? For example: $_SESSION['myname']=\" mindstick \" I've already inserted session_start() at all page i need as following. But not working. Just working on the self page. It is NOT call-able from another pages (using same logic ).
You need to add following lines at the top of config.php
Then add following line at the top of header.php