Answer by Mitchell McKenna for fckeditor's filemanager in codeigniter question

September 27 2010, 6:43am

By default, CI stores session data in a cookie called ci_sessions, you can access it through: $_COOKIE['ci_session']; Depending on if you magic_quotes turned on, encryption, or storing session data in the database you may have to remove slashes, unserialize the data, and run a SQL query to grab the data using the cookie hash. You can read more on how to this here: http://renownedmedia.com/blog/accessing-codeigniter-session-data-using-external-scripts