#6324: Session cookie path should be configurable ----------------------------+----------------------------------------------- Reporter: Maine | Owner: Type: Enhancement | Status: new Priority: Low | Milestone: 1.3.x.x Component: Session | Version: 1.2 Final Severity: Minor | Resolution: Keywords: | Php_version: n/a Cake_version: | ----------------------------+----------------------------------------------- Comment (by tehtreag):
You can set the session cookie_path without modifying core files. {{{ // In app/config/core.php Configure::write('Session.save','my_session'); }}} This will tell CakePHP to include your settings in app/config/my_session.php. See the default branch of this switch statement - http://code.cakephp.org/source/branches/1.3/cake/libs/cake_session.php#540 The manual has been updated to reflect this - http://book.cakephp.org/view/173/Sessions Thanks ADmad for pointing this out. markstory, you can remove this one from the 1.3 todo list. -- Ticket URL: <https://trac.cakephp.org/ticket/6324#comment:2> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC. Our primary goal is to provide a structured framework that enables PHP users at all levels to rapidly develop robust web applications, without any loss to flexibility. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "tickets cakephp" group. To post to this group, send email to tickets-cakephp@googlegroups.com To unsubscribe from this group, send email to tickets-cakephp+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/tickets-cakephp?hl=en -~----------~----~----~----~------~----~------~--~---