The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Catalyst::Plugin::Session::Store::Couchbase

SYNOPSIS

use Catalyst qw{Session Session::Store::Couchbase Session::State::Cookie};
MyApp->config(
  'Plugin::Session' => {
    expires => 7200,
  },
  Couchbase => {
    server => 'couchbase01.domain',
    username => 'Administrator',
    password => 'password',
    bucket => 'default',
  }
);

AUTHOR

Toby Corkindale, <tjc at wintrmute.net>

BUGS

Please report any bugs to the Github repo for this module:

https://github.com/TJC/Catalyst-Plugin-Session-Store-Couchbase

SUPPORT

You can find documentation for this module with the perldoc command.

perldoc Catalyst::Plugin::Session::Store::Couchbase

You can also look for information at:

ACKNOWLEDGEMENTS

This module was supported by Strategic Data. The module was originally written for their internal use, and the company has allowed me to produce an open-source version.

LICENSE AND COPYRIGHT

Copyright 2013 Toby Corkindale.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.