ispman/lib/CGI Session.pm,1.1,1.2

Joerg Delker <[email protected]>
Newsgroups gmane.comp.isp.ispman.cvs
Message-ID <[email protected]>
Update of /cvsroot/ispman/ispman/lib/CGI
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19629

Modified Files:
	Session.pm 
Log Message:
updated CGI::Session


Index: Session.pm
===================================================================
RCS file: /cvsroot/ispman/ispman/lib/CGI/Session.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Session.pm	30 May 2002 16:24:21 -0000	1.1
+++ Session.pm	7 Jul 2004 20:18:53 -0000	1.2
@@ -1,1484 +1,1260 @@
 package CGI::Session;
 
-require 5.003;
+# $Id$
+
+
 use strict;
+#use diagnostics;
 use Carp;
-use vars qw($VERSION $errstr $AUTOLOAD);
-
[...2247 lines suppressed...]
-=head1 AUTHOR
+    # we now need to load all the parameters back to the CGI object
+    return $self->load_param($cgi, $list);
+}
 
-Sherzod B. Ruzmetov <[email protected]>
 
-=head1 SEE ALSO
+# to Chris Dolan's request
+sub is_new {
+	my $self = shift;
 
-L<CGI::Session::File>, L<CGI::Session::DB_File>, L<CGI::Session::MySQL>
-L<Apache::Session>, L<Data::Dumper>, L<Digest::MD5>, L<FreezeThaw>,
-L<Storable>, L<CGI>
+	return $self->{_IS_NEW};
+}
 
-=cut
+# $Id$



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.