no session??

edited September 2014 in Modules
i try to get logged in id for backend admin, so i did a check when creating simple module.

session_start();
print_r($_SESSION);

empty array returned, if that is the case, where did the system store the logged in info?

Comments

Sign In or Register to comment.