I just thought of something. You did not specify if your SERVER was NT, I assumed you meant the client when accessing the site.
Try this if you have NT (any form) hosting the script:
Make the cookie path in perl-cookie.lib to be the root directory of your hard disk, i.e. "c:" and see if that helps. If not, comment that line our or set to '' (nothing) and see if that helps. You can also specify a custom directory (i.e. c:/path/cookies) as a test. You get what I am saying? Use anything but what's in there now.
It just struck me that the default path in perl-cookie.lib is "/" which is Unix notation and that may screw up the cookie creation for NT boxes hosting the script.
If you run Unix, do NOT touch that file and my guess here does not apply to you.
If this turns out to be the culprit, I'll include this in the docs in next release.
-jim
------------------
From: Jim Goldbloom
UBB Code Hacker
http://www.accessdeniedbbs.net/downloads for latest hacks
This message has been edited by hate98 on January 11, 2001 at 03:08 PM