I have different problem here. In the source I wrote {$smarty.session.someid}.
{$smarty.session.someid}
I previously stored $_SESSION['someid'] = 3, so it need to show 3 but instead of showing 3 it shows {$smarty.get.someid}. I dont know what to do. please help
$_SESSION['someid'] = 3
3
{$smarty.get.someid}