Keith,
I figured that was what was happening. Is there a workaround to this phenomenon? Basically what I am working on is a login script that isn't allowed to use database access for portability's sake (not my idea!). So once I've gotten the encrypted password over to the server I need to check it against a datafile which cannot for obvious reasons be world readable.
I've been mulling this over in my head and just can't come up with a solution.
Do you know what happens if I start a session while running as myself? Will the sessions then be created under my user and be accessable? I just didn't want to complicate the install of my complete package by requiring alot of the scripts to be installed to the cgi-bin directory.
Any more input would be appreciated.
~Ethan