ICQ A Rami :םש
11:46 27/01/02 :ךיראת
How to read module doc :אשונ
:העדוה
perldoc C:\Tmp\session\Apache-Session-1.54\Session\Store\MySQL.pm

Session::Store:UserQContributed Perl DocuSession::Store::MySQL(3)

NAME
Apache::Session::Store::MySQL - Store persistent data in a
MySQL database

SYNOPSIS
use Apache::Session::Store::MySQL;

my $store = new Apache::Session::Store::MySQL;

$store->insert($ref);
$store->update($ref);
$store->materialize($ref);
$store->remove($ref);

DESCRIPTION
Apache::Session::Store::MySQL fulfills the storage
interface of Apache::Session. Session data is stored in a
MySQL database.

SCHEMA
To use this module, you will need at least these columns
in a table called 'sessions':

id char(32) # or however long your session IDs are.
a_session text

To create this schema, you can execute this command using
the mysql program:

CREATE TABLE sessions (
id char(32) not null primary key,
a_session text
);

If you use some other command, ensure that there is a
unique index on the table's id column.

CONFIGURATION
The module must know what datasource, username, and
password to use when connecting to the database. These
values can be set using the options hash (see
Apache::Session documentation). The options are:
DataSource

UserName

Password

Example:

tie %hash, 'Apache::Session::MySQL', $id, {
DataSource => 'dbi:mysql:database',
UserName => 'database_user',
Password => 'K00l'
};

Instead, you may pass in an already-opened DBI handle to
your database.

tie %hash, 'Apache::Session::MySQL', $id, {
Handle => $dbh
};

AUTHOR
This modules was written by Jeffrey William Baker





:תובוגת

(22:35 13/01/01) םורופה להנמ ימר \ םיליחתמל CGI חותיפל םירושיק    
(17:12 23/04/01) ידדה ימר \ [ת"ל] /http://www.cgi101.com/class       
(17:12 23/04/01) ידדה ימר \ [ת"ל] http://bau.cba.uh.edu/CGITutorial/content.html       
(10:51 09/05/01) מ ינוי \ [ת"ל] 1 רושיק CGI.PM       
(10:55 09/05/01) מ ינוי \ [ת"ל] 2 רושיק CGI.PM       
(11:05 09/05/01) מ ינוי \ [ת"ל] 1 ימשרה דועתה 3 רושיק CGI.PM       
(11:11 09/05/01) מ ינוי \ [ת"ל] אלמה 2 ימשרה דועתה 3 רושיק CGI.PM       
(15:15 04/02/02) שלום רן \ [ת"ל] Beginner's Guide to CGI Scripting with Perl       
(11:46 27/01/02) A Rami \ How to read module doc     
(10:06 27/01/02) print Photo \ [ת"ל] Session management in Perl    

רשק רוצ צור קשר עם כותב ההודעה     העדוה ספדה הכנת ההודעה להדפסה     רבחל חלש שליחת ההודעה לחבר     :תויורשפא