• Home
  • Most Popular
  • Submit
  • About Us
  • Contact Us

Softpile

Free Downloads

Categories
  • Home
  • Most Popular
  • Communications
  • Desktop
  • Games & Entertainment
  • Graphic Apps
  • Network & Internet
  • Security & Privacy
  • System Utilities
Alternative to itextsharp 2022.11.10347
IronPDF offers an itextsharp alternative for HTML to PDF conversion with C# code examples, documentation, and ...
VShell Server for Linux and Mac 4.8
VShell is a versatile and secure file transfer server that supports multiple protocols and is compatible ...
PDF Studio PDF Editor for Linux 2022
PDF Studio is a cost-effective PDF editor that delivers full compatibility with the PDF Standard. It's ...
VQ Probe for Linux 1.5
VQ Probe is a comprehensive software tool that enables objective and subjective video quality analysis. The ...
Resilient Server 2.3
This Debian GNU/Linux (Buster) based software has a customized partitioning scheme that enhances robustness against filesystem ...
Valentina Studio for Linux 9.6
Valentina Studio is a cross-platform GUI manager for Mac, Windows, and Linux. It allows users to ...
VPN Lifeguard for Linux 1.0.58
The software monitors VPN connection and automatically terminates apps during connection loss, re-establishes the connection and ...
G_Viewer 0.84
G_Viewer is a Linux software that serves as both a file system and photo/image viewer. It ...
Checksome File Hash Tool for Linux 1.1
This software allows for the generation and verification of file hashes. It is a quick and ...
KeyWrangler Password Manager for Linux 1.2
A password management software that is secure, offline and extensible. It offers military-grade encryption to protect ...
Home Linux Catalyst::Plugin::Session::Store::DOD Download

Catalyst::Plugin::Session::Store::DOD

February 16, 2009
Data::ObjectDriver enables users to store their sessions in a database with ease. This software allows you to manage your sessions through database storage for better organization and accessibility.
Version 0.01
License Perl Artistic License
Platform Linux
Supported Languages English
Homepage search.cpan.org
Developed by David Recordon
If you're looking for a way to store your sessions in a database using Data::ObjectDriver, Catalyst::Plugin::Session::Store::DOD is a great Perl module to consider. To get started, you'll need to create a table in your database for sessions, which can be done with the following code:

CREATE TABLE sessions (
id char(72) primary key,
session_data text,
expires int(10)
);

You'll also need to create a Data::ObjectDriver model. Here's an example:

package BaseObject::M::Session;
use base qw( Data::ObjectDriver::BaseObject );
use Data::ObjectDriver::Driver::DBI;
__PACKAGE__->install_properties({
columns => [ 'id', 'session_data', 'expires' ],
primary_key => [ 'id' ],
datasource => 'sessions',
get_driver => sub {
Data::ObjectDriver::Driver::DBI->new(
dsn => "dbi:SQLite:session.db",
),
},
});

Once you've set up your table and model, you can connect to the database in your app using Catalyst and use the DOD storage module for your sessions. Here's how to do it:

use Catalyst qw/Session Session::Store::DOD Session::State::Cookie/;
MyApp->config->{session} = {
expires => 3600,
model => "BaseObject::M::Session",
};

To save a session in an action, simply use the following code:

$c->session->{foo} = 'bar';

Overall, Catalyst::Plugin::Session::Store::DOD is a reliable and efficient tool for storing sessions in a database using Data::ObjectDriver. If you're looking for a secure and convenient way to manage sessions in your Perl-based applications, give it a try.
What's New

Version 0.01: N/A

Free Download 5K
356
  • Share on:

Most Popular

  1. Quicksilver Forums 1.4.2
    154
  2. Dvgrab 3.4
    102
  3. DynVPN 1.0
    89
  4. CherryTV 0.1
    81
  5. SlideMap 1.2.2
    80
  6. porm r2
    73
  7. Clewarecontrol 0.8
    72
  8. Java Games 1.0
    72
  9. Swiftfox 3.0b5pre-2
    71
  10. fuseftp 0.8
    71

Related Downloads

Pop Quiz
Pop Quiz is a study aid app that supports students and professionals ...
Smalltalk YX
Smalltalk YX is an open source software that is a Smalltalk-80 implementation.
QScintilla
QScintilla is a software program that converts Scintilla into a Qt platform ...
Otk Tests
OTK Tests are designed for the Open Tool Kit project to carry ...
OpenAtom
This software is a parallel application that can simulate molecular dynamics at ...
MagNum
MagNum is a number-testing software that helps identify potential bugs or issues.
AMD Power Monitor SuSE 10 64-bit
The software monitors AMD processor frequency, voltage, utilization and power savings to ...
dlogin
Dlogin is a straightforward alternative to 'login'.
seccheck
Seccheck is a security checker for Solaris 10 that offers a range ...
NastyFFT
NastyFFT is a Noatun plugin that enables OpenGL visualization in just a ...
Copyright © 1999-2025 Softpile Free Downloads
  • Most Popular
  • Submit
  • About Us
  • Contact Us
  • Privacy Policy
  • Disclaimer
  • Terms of Use

Can we use your data to tailor ads for you?

Our partners will collect data and use cookies for ad personalization and measurement.

By choosing "I agree", closing this pop-up or clicking on any element on the page, you agree to the use of cookies to help us provide you with a better user experience.

Learn how Softpile and our partners collect and use data.

You can change your choice at any time in our privacy center.

Cookie Settings

Our website stores four types of cookies. At any time you can choose which cookies you accept and which you refuse. You can read more about what cookies are and what types of cookies we store in our Cookie Policy.

are necessary for technical reasons. Without them, this website may not function properly.

are necessary for specific functionality on the website. Without them, some features may be disabled.

allow us to analyse website use and to improve the visitor's experience.

allow us to personalise your experience and to send you relevant content and offers, on this website and other websites.