On Wed, Oct 02, 2002 at 05:38:06PM -0700, Brent Hardinge wrote:
> [-
> $http_headers_out{'Location'} = $redirectionvar ;
> -]
>
> that works fine, but I need to be able to target "_top" or some other
> frame. Is there a way? what is the syntax?
With http_headers_out you can only modify headers o
I know this may be basic question, but I am stumped.
I need to load a page that is in a nested frame using the following
statement:
[-
$http_headers_out{'Location'} = $redirectionvar ;
-]
that works fine, but I need to be able to target "_top" or some other
frame. Is there a way? what is the sy
I'm using Perl 5.8, mod_perl 1.27, apache 1.3.26, Embperl 2.0b8
I'm trying to export &get_logger in startup.pl ala:
use Log::Log4perl qw(get_logger);
use Exporter;
our @ISA = qw(Exporter);
our @EXPORT : unique = qw(&get_logger);
I want to access &get_logger in a
hi perrin,
yes, i did read the discussion with interest a few months
back regarding what should be stored in a session and
what in the back end database. customer and order data
is properly stored in a secured back end system. the cart
contains data that i want to keep for 30 days, such
as cart
Can you post the EMBPERL_SESSION_* settings from your config! The CLASSES
are "object store and lock manager (and optionally the serialization and id
generating class" - I found the serialization (e.g. base64) to be crucial
because the 8 bit session data was being corrupted when I tried to put it
> 1) the sessions keys for the new sessions are twice as long as the old
> ones. generally, this is a good thing, but i am concerned that the old
> session data will not get read when the cookie is submitted. will the
> old sessions get read and reused, read and new ones created, totally
> ignor
Gerald Richter wrote:
> > OLD STUFF: redhat 5.2, 2.0.36 kernel, 1.3.6 apache, 1.21 mod_perl,
> > perl 5.005_02, apache session 1.04 and a storable of 0.63, embperl
> 1.2.b10,
> > file system sessions and locking data.
> >
> > NEW STUFF: redhat 5.2, 2.0.36 kernel, 1.3.26 apache, 1.27 mod_perl,
On Wed, Oct 02, 2002 at 10:27:03PM +1000, Angus Lees wrote:
> a new libdbix-recordset-perl went up a few days ago too. this fixes a
> few more bugs (s/$self->savecroak/$self->{'*Recordset'}->savecroak/ in
> a few places). Gerald (and others), you probably just want to grab
>
>ftp://ftp.debian.o
At Tue, 1 Oct 2002 12:26:20 +0200, Andre Landwehr wrote:
> As I understood Angus (the package maintainer) might have a look
> at perl 5.8 issues while Gerald is too busy, so we might soon
> have an official 2.0b8 package available.
i've done 1.3.4 and 2.0b8 packages, except for the not working wi
At Mon, 30 Sep 2002 19:39:38 +0200, Andre Landwehr wrote:
> [-
> *set = DBIx::Recordset -> Search ({'!DataSource' => 'mydb',
> '!Table' => 'user',
> '$max'=> 10,
> })
>
>
At Mon, 30 Sep 2002 12:14:14 -0700, Dean Powers wrote:
> Problem: In base.epl [ -Execute ( ' * ' ) -] doesn't display the originally
> request file, such as content.html Instead it displays the notfound.html
> message.
i presume you've tried enabling dbgObjectSearch (and lots of other
debug optio
On Tue, Oct 01, 2002 at 03:34:57PM +0200, Andre Landwehr wrote:
> ok, I recognized my error, I didn't use %fdat for the
> database request. Here's my modified and working simple page,
> just for documentation purposes ;-)
As an addendum I want to mention here that common browsers only
send form d
12 matches
Mail list logo