FUEL CMS Forum
Discussions
Activity
Home
›
Development
›
Modules
Sign In
·
Register
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
3.3K
All Categories
255
FUEL CMS News
112
News & Announcements
101
Share
273
Support
115
Bug Reports
90
Installation
242
Development
68
Feature Requests
117
Modules
CRITICAL SECURITY VERSION UPDATE:
https://github.com/daylightstudio/FUEL-CMS/releases/tag/1.4.13
no session??
onegun
September 2014
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
admin
September 2014
edited 8:02AM
It uses the CI Session library which by default stores it in a cookie:
https://ellislab.com/codeigniter/user-guide/libraries/sessions.html
Sign In
or
Register
to comment.
Forum Software Powered by Vanilla
Comments
https://ellislab.com/codeigniter/user-guide/libraries/sessions.html