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