Hey guys. I've used EMBPERL_COOKIE_EXPIRES to expire cookies, but in
some instances I would also like to expire sessions based on inactivity,
not an arbitrary time limit. I'm not spotting the best way to do this.
Any way to do this in embperl, or apache, or Apache::Session settings?
Than
I finally got ahold of the writer of Filesys::SmbClient, and discovered
that it's a problem with libsmbclient and persistent connections. The
Samba folks are working to make the library support them.
Thanks,
Lars
On Sun, 7 Apr 2002, Gerald Richter wrote:
> >
> > I'm not mounting. Filesy
On Tue, 26 Mar 2002, Andrew O'Brien wrote:
> > [$if ($fd=0) $]
Sorry, that's a typo, it is indeed ($fd!=0) in my page. Could that
comparison affect it? The file descriptor not truly being closed would
make some sense... when it sees a false success, it is always with the $fd
value that was s
On Tue, 26 Mar 2002, Andrew O'Brien wrote:
> On Mon, Mar 25, 2002 at 10:15:00PM +, Earwig wrote:
>
> > Do objects from outisde modules normally leave residue in the web server
> > process? Is this just a problem with this module? Is there some way I
> > can
I'm trying to make a set of pages to browse through directories on an
SMB share. I grabbed the Filesys::SmbClient module from CPAN and set up a
quick login-and-list-files test.
Filesys::SmbClient works by creating a new object instance, which I do
within the web page. The problem is, once