[wp-hackers] Simple PHP Session in WP

Sinan yok2504 at gmail.com
Sun Feb 10 18:29:57 UTC 2013


I wanna use php sessions with normal way.

session_start();

if(isset($_GET['add'])){
 $_SESSION['sepet_'.$_GET['add']];
 }

echo $_SESSION['sepet_'.$_GET['add']];



How can I make this working?

-- 
Sinan


More information about the wp-hackers mailing list