If I store a dbh in a session as in, $session->param("DB",$dbh), what
happen when the session expire due to expire setting? Will the dbh still
be in memory or cleaned up?
-thanks
-
eMail solutions by
http://www.swanmail.com
--
To unsubscribe, e-mail: [
Xiongfei Wang wrote:
> Thanks for reponse.
> I am very new to perl.
> A silly question is where i can find CGI:Session and how to install it?
>
> i have perl, v5.6.1 built for i386-linux.
>
first
perldoc CPAN
then
perl -MCPAN -e shell
run through the configuration
perldoc -q install
José.
> -Original Message-
> From: Xiongfei Wang [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, March 11, 2003 2:29 PM
> To: Wiggins d'Anconia
> Cc: [EMAIL PROTECTED]
> Subject: Re: CGI:Session
>
>
> Thanks for reponse.
> I am very
http://search.cpan.org/author/SHERZODR/CGI-Session-3.92/
José.
> -Original Message-
> From: Xiongfei Wang [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, March 11, 2003 2:29 PM
> To: Wiggins d'Anconia
> Cc: [EMAIL PROTECTED]
> Subject: Re: CGI:Session
>
>
>
Thanks for reponse.
I am very new to perl.
A silly question is where i can find CGI:Session and how to install it?
i have perl, v5.6.1 built for i386-linux.
Thanks
On Mon, 10 Mar 2003, Wiggins d'Anconia wrote:
>
>
> Xiongfei Wang wrote:
> > I have code :
> >
Xiongfei Wang wrote:
I have code :
i got internel server error
the error log msg is:
Can't locate CGI/Session.pm in @INC (@INC contains:
/usr/lib/perl5/5.6.1/i386-linux /usr/lib/perl5/
5.6.1 /usr/lib/perl5/site_perl/5.6.1/i386-linux
/usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_
perl/5.6.0
I have code :
code:
#!/usr/bin/perl -T
use strict;
use warnings;
use CGI qw(:standard);
use CGI::Carp qw(fatalsToBrowser);
use CGI::Session;
use DBI;
my $session = new CGI::Session("driver:File", undef, {