Re: Cookie-less session management

2001-08-08 Thread Dimitri Ostapenko
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: > >

Re: Cookie-less session management

2001-08-08 Thread Gerald Richter
> > 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

Cookie-less session management

2001-08-08 Thread David Hajek
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

Re: EMBPERL_VIRTLOG & EmbperlObject (was: DocumentRoot handled by EmbperlObject)

2001-08-08 Thread Thoren Johne
"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

Re: Help with login

2001-08-08 Thread Gerald Richter
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

Re: EMBPERL_VIRTLOG & EmbperlObject (was: DocumentRoot handled by EmbperlObject)

2001-08-08 Thread Gerald Richter
> 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 --

Re: Apache and/or Embperl Problem?

2001-08-08 Thread Gerald Richter
> > 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

Re: print OUT in 2.0b3 (was: 2.0b3 and processing "input" fields)

2001-08-08 Thread Gerald Richter
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'} ; *] > > >

Help with login

2001-08-08 Thread Barry White
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