David Hajek wrote:
>
> Hello,
>
> I would like to use some sort of session management on my
> site. I do not like cookie based solution, since not all
> clients support cookies. I like the URL rewriting (mangling)
> technique. So I'd like to rewrite each url in my site to
> something like:
>
>
>
> I would like to use some sort of session management on my
> site. I do not like cookie based solution, since not all
> clients support cookies. I like the URL rewriting (mangling)
> technique. So I'd like to rewrite each url in my site to
> something like:
>
> http://mysite.com/session-id/some
Hello,
I would like to use some sort of session management on my
site. I do not like cookie based solution, since not all
clients support cookies. I like the URL rewriting (mangling)
technique. So I'd like to rewrite each url in my site to
something like:
http://mysite.com/session-id/somedir/ind
"Gerald Richter" <[EMAIL PROTECTED]> writes:
> > would it be better to use the directive?
> >
>
> Files only take a filename and is overridden by the Location block which set
> the EmbperlObject handler, so this won't work
>
> Thoren, could you send me your current httpd.conf, so I can take a
Hello,
>
> By reading whatever I can find on the web, it seems that I must uses
> Apache::Session, Apache::Sessions::DBI, or with EmbPerl
> Apache::Sessions::ebDBI. Also, I don't want to be forced into using mySQL
> as my database. Right now I am using MSAccess for my database (just for
> tes
> would it be better to use the directive?
>
Files only take a filename and is overridden by the Location block which set
the EmbperlObject handler, so this won't work
Thoren, could you send me your current httpd.conf, so I can take a closer
look at it ?
Gerald
--
>
> httpd: module "" is not compatible with this version of Apache.
> Please contact the vendor for the correct version.
>
This maybe Embperl related. Could you try if Embperl 1.3.1 works without
this error message ?
There is some initialization stuff that is new in 1.3.2, which may cause
such a
Sorry, I missed this the first time. It's better change the subject line if
you have a new subject :-)
>
> [* foreach my $row (@$Contacts) { *]
>
>
> [* print OUT $row->{'Company'} ; *]
>
>
>
Hello,
I have just
installed EmbPerl and Apache on my WinNT development box.
I am
currently converting an ASP/IIS application to EmbPerl/Apache. It seems to
be working fine, as I am able to access my database with some test pages I have
written. In fact it only took me about 5 minutes