mscherer
|
70bd81ae8e
Make sure id() also returns a non empty value for CLI faking.
|
9 years ago |
Mark Story
|
bc57127dd5
Allow '' to be a valid key for Hash/Session data.
|
9 years ago |
Marc Würth
|
f05e7e760f
Remove superfluous "Class" from doc blocks
|
9 years ago |
Marc Würth
|
05305555a3
Remove superfluous whitespace in doc blocks
|
9 years ago |
antograssiot
|
b19dd062bb
remove unsued import
|
10 years ago |
Yves P
|
d2993dd1d1
Reorder fixtures to prove that the order does not matter anymore
|
10 years ago |
Yves P
|
99b1cc72f6
Corrects the "Tests" links in various docblocks
|
10 years ago |
Adam Taylor
|
9368c625ef
Fix typos
|
11 years ago |
euromark
|
001b8119a2
Allow clear() to empty complete session without renewing it automatically.
|
11 years ago |
ADmad
|
6cf7b52897
Use short array syntax.
|
11 years ago |
Bryan Crowe
|
be845a3a01
Run phpcbf for PSR2 CS fixers
|
11 years ago |
euromark
|
bdb9bb1c9e
Add consume() to session.
|
11 years ago |
okonomi
|
620aa95e20
exception's namespace strictly
|
11 years ago |
Anthony GRASSIOT
|
38b9abd19e
pluralize $fixtures
|
11 years ago |
ADmad
|
d3f43abd88
Make session cookie path setting a bit DRYer.
|
11 years ago |
ADmad
|
bc68b864b8
Rename "cookie_path" to "cookiePath" for consistency.
|
11 years ago |
ADmad
|
be8db3d5b8
Fix docblock
|
11 years ago |
ADmad
|
f6590bdb41
Add "cookie_path" as shorthand for php.ini's "session.cookie_path" config.
|
11 years ago |
Jose Lorenzo Rodriguez
|
5bf16ed056
Not setting the cookie timeout, it is better if the user can control this setting
|
11 years ago |
mark_story
|
2d2c6a6049
De-duplicate session flash features.
|
11 years ago |
Jose Lorenzo Rodriguez
|
f14af4f3dd
Re-adding ability to configure the session cookie name
|
12 years ago |
Jose Lorenzo Rodriguez
|
c62e6d6a87
Shortening some calls
|
12 years ago |
Jose Lorenzo Rodriguez
|
0cc2c24bef
Givning in and just using Configure directly in Request::createFromGloabals()
|
12 years ago |
Jose Lorenzo Rodriguez
|
71a569d71a
Improving error for bad session engine name
|
12 years ago |
Jose Lorenzo Rodriguez
|
4c3f85bfc1
Implemented Session::flash()
|
12 years ago |
Jose Lorenzo Rodriguez
|
a514aa7b3e
Using gc_maxlifetime as the default timeout and improving engine
|
12 years ago |
Jose Lorenzo Rodriguez
|
fcb7a9a096
Fixed failing test
|
12 years ago |
Jose Lorenzo Rodriguez
|
a7f20375cf
Implementing Session timeout.
|
12 years ago |
Jose Lorenzo Rodriguez
|
d07c64aec1
Updating more sesison tests and removing tests that cannot actually be
|
12 years ago |
Jose Lorenzo Rodriguez
|
6b669e4327
Fixing more Session tests, preventing session calls in CLI
|
12 years ago |