Hello,
Using Apache Basic Authentication under win32 to restrict access to portions of a site.
When my users have entered their username/password they can move freely in and out of the password protected area until they exit their browser. Re starting the browser then starts another session with a new login required.
Apache seems to keep track of user sessions but doesn't use cookies. I want to respond to user requests based on who is making the request. Can I get this information from Apache for use in my cgi scripts and if so how?
Thanks