Re: How do I get hold of session information?

2010-10-20 Thread Paul Donaldson
Sent: Tue, 19 October, 2010 17:46:40 Subject: Re: How do I get hold of session information? On Tue, Oct 19, 2010 at 17:30, Paul Donaldson wrote: > 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

Re: How do I get hold of session information?

2010-10-19 Thread Paul Donaldson
n Noordhuis 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 wrote: > I assume that if I were to make a request to a web site hosted on Apache then > the capability exists for o

Re: How do I get hold of session information?

2010-10-19 Thread Paul Donaldson
ession (if it exists) and read data from it. From: Eric Covener To: modules-dev@httpd.apache.org Sent: Tue, 19 October, 2010 14:56:32 Subject: Re: How do I get hold of session information? On Tue, Oct 19, 2010 at 9:36 AM, Paul Donaldson wrote: > Hello, > &

How do I get hold of session information?

2010-10-19 Thread Paul Donaldson
Hello, I have a module that does little more than take the information in the http request and forward it to another web site. I can get information from the query string easily enough, but is there any way I can get information about the session, and data stored in it? Thanks, Paul