Thanks for your reply. I've taken a look
at http://httpd.apache.org/docs/trunk/mod/mod_session.html, but like everything
else in the area of Apache modules, the document is terse.
Is there no documentation available on Apache Modules? There are a couple of
books on Amazon, but is there nothing
Browser based session
Session On
SessionCookieName session path=/
But it doesn't say where or how to do this. I'm sure everyone in this
group will
take that sort of thing for granted, but it's infuriating for those
of us coming
to Apache Modules for this first time.
It would be redundant
Most people hack on Apache in their own time and nobody likes writing
documentation so yes, what documentation there is, is often sparse.
"Use the source, Luke" is the best advice I can give you.
On Wed, Oct 20, 2010 at 8:05 AM, Paul Donaldson
wrote:
> For example, the mod_session page states:
>
> Creating a session is as simple as turning the session on, and deciding where
> the session will be stored. In this example, the session will be stored on the
> browser, in a cookie called sessio
> It looks like mod_session has an API defined in
> http://httpd.apache.org/docs/2.2/sections.html and used by
> mod_auth_form -- I'd probably start there.
whoops, wrong buffer:
modules/session/mod_session.h
--
Eric Covener
[email protected]