On Friday 06 September 2002 21:30, Greg Estep wrote: > I correct when I remember that the first redirect I get back from the > server should be to a URL that is "munged" to contain the session key? > Then, if the client accepts the cookie, and sends it along with the request > to the "munged" URL, another redirect is produced to send the client back > to the original URL (with the assumption that the client will send a > session cookie).
That's correct. > I've made several attempts to modify the config file, based upon > suggestions in the list archives. I either experience this redirect > problem or my session data isn't persistent. I can't seem to get even the > simplest config to work in even the simplest manner. What am I missing? I've had that problem only yesterday when moving a site to a different machine. Make sure the session data directory exists and is writeable by the httpd. Same goes for the locks directory. CU J�rg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
