Advertisement
Guest User

Untitled

a guest
Feb 28th, 2012
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. Configure::write('Session.timeout', 120);
  2. debug(Configure::read('Session.timeout'));
  3. Configure::write('Session.timeout', 60);
  4. debug(Configure::read('Session.timeout')); exit;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement