Branch: refs/heads/master
  Home:   https://github.com/NixOS/hydra
  Commit: f8c914297f3b705b2249c588d8ddc803bddb6204
      
https://github.com/NixOS/hydra/commit/f8c914297f3b705b2249c588d8ddc803bddb6204
  Author: Eelco Dolstra <[email protected]>
  Date:   2012-04-17 (Tue, 17 Apr 2012)

  Changed paths:
    M src/lib/Hydra.pm

  Log Message:
  -----------
  Fix path to the session data


diff --git a/src/lib/Hydra.pm b/src/lib/Hydra.pm
index 0f76a2e..7d5232d 100644
--- a/src/lib/Hydra.pm
+++ b/src/lib/Hydra.pm
@@ -22,9 +22,6 @@ our $VERSION = '0.01';
 __PACKAGE__->config(
     name => 'Hydra',
     default_view => "TT",
-    session => {
-        storage => Hydra::Model::DB::getHydraPath . "/session_data"
-    },
     authentication => {
         default_realm => "dbic",
         realms => {
@@ -49,6 +46,7 @@ __PACKAGE__->config(
     },
     'Plugin::Session' => {
         expires => 3600 * 24 * 2,
+        storage => Hydra::Model::DB::getHydraPath . "/session_data"
     },
 );
 


================================================================

_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to