Added a failing test for a situation that occurs when you have a cookie for a session...
authorAdam Prime <adam.prime@utoronto.ca>
Wed, 4 Nov 2009 19:53:19 +0000 (19:53 +0000)
committerAdam Prime <adam.prime@utoronto.ca>
Wed, 4 Nov 2009 19:53:19 +0000 (19:53 +0000)
commit3c2ec899419897aeceb4a7e49c841958569cbb15
tree0cea1f13c13cc92ffd28ac69a78e6675326929f9
parent42eec4ab9a7be23b31f28ab6d1b11fc719604602
Added a failing test for a situation that occurs when you have a cookie for a session that's expired.  If you subsequently call 'session_is_valid' in the same request, the newly created session is deleted for being expired, despite the fact it was just created.
t/lib/SessionValid.pm [new file with mode: 0644]
t/lib/SessionValid/Controller/Root.pm [new file with mode: 0644]
t/session_valid.t [new file with mode: 0644]