silverstripe-testsession/code
Ingo Schommer 2b5984a73c Coupling environment with PHP session info, avoids injector troubles
I'd rather have Session::get('TestSessionId') being passed in
as an identifier, but the env object is passed around so much
as a singleton that its easy to forget that argument,
and cause hard to debug errors. We need a global "app" object
which all other objects can reference somehow.
2014-03-03 16:40:03 +13:00
..
TestSessionController.php Coupling environment with PHP session info, avoids injector troubles 2014-03-03 16:40:03 +13:00
TestSessionEnvironment.php Coupling environment with PHP session info, avoids injector troubles 2014-03-03 16:40:03 +13:00
TestSessionRequestFilter.php Coupling environment with PHP session info, avoids injector troubles 2014-03-03 16:40:03 +13:00
TestSessionStubCodeWriter.php NEW Write PHP code for later inclusion 2013-11-27 19:29:44 +01:00