Subversion Repositories SmartDukaan

Rev

Rev 13903 | Rev 17313 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13903 Rev 13926
Line 182... Line 182...
182
 * To use database sessions, run the app/Config/Schema/sessions.php schema using
182
 * To use database sessions, run the app/Config/Schema/sessions.php schema using
183
 * the cake shell command: cake schema create Sessions
183
 * the cake shell command: cake schema create Sessions
184
 *
184
 *
185
 */
185
 */
186
	Configure::write('Session', array(
186
	Configure::write('Session', array(
187
		'defaults' => 'php'
187
		'defaults' => 'php',
-
 
188
		'timeout' => 525600 //One year
188
	));
189
	));
189
 
190
 
190
/**
191
/**
191
 * A random string used in security hashing methods.
192
 * A random string used in security hashing methods.
192
 */
193
 */