[Module] Name=CGI::Session Configlog.Creator=Module::Metadata::Changes V 1.01 Configlog.Parser=Config::IniFiles V 2.47 [V 4.41] Date=2009-02-06T00:00:00 Comments= < new(... ... (TableName => 'new_name'}) or after creating the object call $session -> table_name('new_name'). To retrieve the name call $name = $session -> table_name(). EOT [V 4.32] Date=2008-06-17T00:00:00 Comments=* FIX: Packaging of 4.31 release was botched. [V 4.31] Date=2008-06-10T00:00:00 Comments= < {} to Makefile.PL to beat ExtUtils::MakeMaker over the head otherwise it executes 'perl Build.PL Build' * NEW: Support specification of both the id column name and the a_session column name in the sessions table by extending the options acceptable in CGI::Session->new(....{here}). Allow: {TableName => 'session' IdColName => 'my_id' DataColName => 'my_data'}. Default: {TableName => 'sessions' IdColName => 'id' DataColName => 'a_session'}. Allow any 1 2 or 3 of these options. Missing keys default as specified. (Patch by Chris RT#2224. Implemented differently by Ron Savage). Supported drivers: o MySQL (native to CGI::Session) o ODBC (separate distro CGI::Session::Driver::odbc V 1.01) o Oracle (separate distro CGI::Session::Driver::oracle V 1.01) o Postgres (native) o SQLite (native) EOT [V 4.20_1] Date=2006-11-24T00:00:00 Comments= < sub {DBI->connect} (Mark Stosberg) Finally be aware that since 4.0 some people have reported problems with the auto-flushing code. There may be an unresolved. You always call flush() to be safe. Input or code contributions for the issue are appreciated. Some related tickets include: http://rt.cpan.org/Public/Bug/Display.html?id=14604 http://rt.cpan.org/Public/Bug/Display.html?id=16861 http://rt.cpan.org/Public/Bug/Display.html?id=17541 http://rt.cpan.org/Public/Bug/Display.html?id=17299 EOT [V 4.03] Date=2005-10-05T00:00:00 Comments= <clear('email') work for 3.95 compatibility (Mark Stosberg) * FIX: Added back is_new() for compatibility with 3.95. (Mark Stosberg) * FIX: Support for CGI::Simple is confirmed resolving RT#6141 (Mark Stosberg) * FIX: Add code and tests for $CGI::Session::MySQL::TABLE_NAME which worked in 3.x (Mark Stosberg) * DOCS: CGI::Session now has a public Subversion repository thanks to Jason Crome. See the bottom of the CGI::Session docs for details. EOT [V 4.00_08] Date=2005-03-15T00:00:00 Comments=* FIX: Changes made in 4.00_07 rolled back [V 4.00_07] Date=2005-03-13T00:00:00 Comments=* FIX: overloaded objects are now stored properly [V 4.00_06] Date=2005-02-24T00:00:00 Comments= <