Ok I have a problem with Zencart and CakePHP, I don't necessarily know that it's a problem with Zencart or CakePHP, I'm not an expert on PHP sessions. My problem is as follows, I need a way of accessing Zencart's admin_id $_SESSION variable so I can see if the user is logged into zencart from CakePHP. Problem is i've mimicked zencarts session info down to setting the cookie path (all from within PHP). So my question is, how is Zencart denying outside PHP scripts access to it's SESSION variable?, and how do I access it anyway?
--Thank you all for your help
Alex