repo.or.cz
/
kohana-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #556 from kohana/feature/tests-user-agent
[kohana-core.git]
/
config
/
session.php
blob
1b858ae4920166b5ea1c02bbc9398ed00fb29f38
1
<
?php
defined
(
'SYSPATH'
)
OR die
(
'No direct script access.'
);
2
3
return array
(
4
5
'cookie'
=>
array
(
6
'encrypted'
=>
FALSE
,
7
),
8
9
);