Thank you. I will take a look at mod_session. Will my module be able to check 
if 
mod_session is "enabled" (sorry, I don't know the Apache terminology) and, if 
it 
is, talk to it and ask it for what it has stored in its session?



________________________________
From: Ben Noordhuis <i...@bnoordhuis.nl>
To: modules-dev@httpd.apache.org
Sent: Tue, 19 October, 2010 16:11:46
Subject: Re: How do I get hold of session information?

On Tue, Oct 19, 2010 at 17:05, Paul Donaldson
<pdonaldson_h...@yahoo.co.uk> wrote:
> I assume that if I were to make a request to a web site hosted on Apache then
> the capability exists for one of the server side web pages to create a session
> and store some piece of data in it. What I want to do in my module is get hold
> of that session (if it exists) and read data from it.

Apache core doesn't have a concept of sessions (or state as such) but
take a look at mod_session.



      

Reply via email to