Session, fixed bug in algorithm detection, it was always choosing SHA-256
[catagits/Catalyst-Plugin-Session.git] / lib / Catalyst / Plugin / Session / Store / Dummy.pm
index 2c074fe..6cf0b7b 100644 (file)
@@ -43,6 +43,22 @@ Catalyst::Plugin::Session::Store::Dummy - Doesn't really store sessions - useful
 
 This plugin will "store" data in a hash.
 
+=head1 METHODS
+
+See L<Catalyst::Plugin::Session::Store>.
+
+=over 4
+
+=item get_session_data
+
+=item store_session_data
+
+=item delete_session_data
+
+=item delete_expired_sessions
+
+=back
+
 =cut