In my codeigniter project i have added KCK finder.
it needs some of session values which is controlled by codeigniter. how can i access CI session values from extern
I am using an external login app and wanted to use data from CI sessions. I found this information http://codeigniter.com/forums/viewthread/86380/ on how to do that without running anything from the CI framework. For me this is ideal as it will keep any incompatibilities from causing issues.
In case you have issues extracting the information from the link: