Re: mod_perl-1.21 and apache-1.3.9

1999-11-08 Thread Trei B.
nstalled by Red Hat) Red Hat Linux: 6.1 thanks, Trei B.

Re: Session state without cookies

1999-11-01 Thread Trei B.
end with issues like session state without cookies just as ASP and now JSP have. thanks, Trei B.

Re: Session state without cookies

1999-10-31 Thread Trei B.
On 30 Oct 1999, Randal L. Schwartz wrote: > You have three main choices for maintaining a "session": > > 1) cookies > 2) mangled URLs > 3) hidden fields in forms > > If "static HTML" can't do #2 or #3, you are stuck with #1. > > No amount of module help can work. :) I may be wrong, but it se

Re: Session state without cookies

1999-10-30 Thread Trei B.
On Sat, 30 Oct 1999, Stas Bekman wrote: > On Thu, 28 Oct 1999, Trei Brundrett wrote: > > > The only issue I've encountered is the distinct possibility of users without > > cookies. I've searched the list archive for solutions to this problem, but > > came up with no definitive answer. The Apache: