CodeIgniter session and MRBS integration

pablokangaroo

New Member
I'm using codeigniter with "tank auth" library for users authentication.I wan't to integrate this with MRBS (http://mrbs.sourceforge.net) (Meeting Room Booking System).The problem is:MRBS has it's own login page, but I wan't to use my CodeIgniter login page. Now when the user clicks on reservation calendar, he's asked to authenticate again.MRBS is written with PHP, other piece of website with CodeIgniter framework. Is there a simple method to use CodeIgniter session , and reserve a time slot without creating a new session for MRBS reservation?(If you are not familiar with MRBS, maybe you know how we can pass session from codeigniter, to another web page written with PHP?)Thank you !
 
Back
Top