C::P::Session - branche session_fixation: new method change_session_id (incl. doc...
[catagits/Catalyst-Plugin-Session.git] / t / lib / SessionTestApp.pm
index 406b672..504cd30 100644 (file)
@@ -53,8 +53,7 @@ sub dump_session : Global {
 
 sub change_sessid : Global {
     my ( $self, $c ) = @_;
-    #$c->change_session_id;
-    $c->create_session_id;
+    $c->change_session_id;
     $c->res->output("session id changed");
 }