Gossamer Forum
Home : General : Perl Programming :

Perl related or not?

Quote Reply
Perl related or not?
I'm really not sure what this is to do with so I posted here out of habit :)

I have a script that sets a session cookie with a session id of about 50-75 chars, now, I've tested with IE6, NS6 and NS4.7 and the cookie sets (and works) without a hitch, then comes along Carsten with "return of the mac"....now, he installed the script on his Mac using perl 5.6.0 and Darwin.....when he tries to use the script, the cookie sets but the script can't read it. $IN->param('Cookie') is blank, yet he can use the script without a problem when installed on another server so it can't be to do with his browser?

Does anyone have any idea what could be causing this...I've been trying to find a solution for about a week now but nothing is working.....the weird this is I made a test script for him to try out and all cookies were set and could be read perfectly.