Re: How do I get hold of session information?

2010-10-20 Thread Paul Donaldson
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

Re: How do I get hold of session information?

2010-10-20 Thread Ray Morris
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

Re: How do I get hold of session information?

2010-10-20 Thread Ben Noordhuis
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.

Re: How do I get hold of session information?

2010-10-20 Thread Eric Covener
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

Re: How do I get hold of session information?

2010-10-20 Thread Eric Covener
> 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]