Re: Cookie-less session management

2001-08-09 Thread Lukas Zapletal
>Apache::SessionX is an extented version of Apache::Session (and still >requires Apache::Session to work). So the X simply stands for eXtened. It >replaces HTML::Embperl::Session in the current Embperl version. The reason >for the name change from HTML::Embperl::Session to Apache::SessionX is, tha

Re: Cookie-less session management

2001-08-09 Thread Gerald Richter
> >Apache::SessionX is available for testing. That fixes some seesion problems > >and should ease configuration. The cookie-less session management is still > >in a state, that I have to work on first ... > Is it`s name final? Why 'X'? Maybe you could think about some other name... > ;-) > Apac

Re: Apache and/or Embperl Problem?

2001-08-09 Thread Gerald Richter
> > Thank you for your suggestion. I retrieved the 1.3.1 version and built > it. Oddly enough when running the tests it failed on three tests that > passed with version 1.3.3. The following tests failed under 1.3.1. > > includeerr1.htm > includeerr2.htm > and opmask/opmasktrap.htm > > So I comm

Re: Cookie-less session management

2001-08-09 Thread Lukas Zapletal
>Apache::SessionX is available for testing. That fixes some seesion problems >and should ease configuration. The cookie-less session management is still >in a state, that I have to work on first ... Is it`s name final? Why 'X'? Maybe you could think about some other name... ;-) lzap ---

Re: Embperl Sessions for Newbies FAQ (first draft)

2001-08-09 Thread Lukas Zapletal
Hi Robert! Great work. I think it is enough. Maybe you could put some workd about how SessionX works. lzap - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Cookie-less session management

2001-08-09 Thread Gerald Richter
> > > > Embperl 1.3.4 will support this, it's under developement at the moment. > > is there something to test available? > > perhaps i could abet you finding those nasty little insects ;) > Apache::SessionX is available for testing. That fixes some seesion problems and should ease configuration.

Re: session RTFM

2001-08-09 Thread Gerald Richter
> > > SetHandler perl-script > PerlHandler HTML::Embperl > Options ExecCGI > PerlSetEnv EMBPERL_LOG /tmp/embperl.log > PerlSetEnv EMBPERL_ESCMODE 0 > PerlSetEnv EMBPERL_OPTIONS 16 > PerlSetEnv EMBPERL_OBJECT_BASE template.epl > PerlSetEnv EMBPERL_DEBUG dbgHeadersIn > PerlSetEnv EMBPERL_COOKIE_DOM

Re: Apache and/or Embperl Problem?

2001-08-09 Thread Rick McCloskey
Gerald, Thank you for your suggestion. I retrieved the 1.3.1 version and built it. Oddly enough when running the tests it failed on three tests that passed with version 1.3.3. The following tests failed under 1.3.1. includeerr1.htm includeerr2.htm and opmask/opmasktrap.htm So I commented the

Re: Cookie-less session management

2001-08-09 Thread Thoren Johne
"Gerald Richter" <[EMAIL PROTECTED]> writes: > > My idea is to make all mysite links relative and just > > add session-id to the begining. When the link is absolute, > > I will not add session-id. > > > > Is it possible to do this with embperl? > > > > Embperl 1.3.4 will support this, it's under

Embperl Sessions for Newbies FAQ (first draft)

2001-08-09 Thread Robert
Dear list, here's my first stab at 'Embperl Sessions for Newbies FAQ'. The general idea is to maintain it for a while if there's any interest in it and then take relevant/usefull parts of it and add it to the oficial FAQ. Please send me your comments, ideas, questions and whatever you think is

session RTFM

2001-08-09 Thread Nate Smith
Hi, I've read all the normal docs on sessions with embperl (Apache::Session docs, etc) and was wondering if there was a more canonical reference. I'm trying to implement sessions with embperl, as I had previously done with php with no problems. I used a setup like this: SetHandler pe