Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 12th, 2012  |  syntax: None  |  size: 0.21 KB  |  hits: 18  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Cakephp session is not setting from another machine
  2. Configure::write('Session', array(
  3.             'defaults' => 'php',
  4.     'cookie'=>'CAKEPHP',
  5.     'cookieTimeout'=>1000,
  6.     'checkAgent'=>false
  7.         ));