am editing a site was made in smarty and i have checked the whole project searching for the place where smarty assigning the sessions and i couldn't find where????? for example:they r echoing $_SESSION['userName'] for the value "Login_name" from the database please helpppp😕 😕 :nono:
you might want to look for session_start in the code. if you have command line access, you can use grep:
unix_prompt# grep -ir 'session_start' *
You should also try getting support from the smarty forum