RE: [Perl-unix-users] IE6 -> Perl Cookies - Unix/Linux vs. Window s
by Mark - BLS CTR Thomas other posts by this author
Apr 17 2003 5:03AM messages near this date
RE: [Perl-unix-users] IE6 -> Perl Cookies - Unix/Linux vs. Window s
|
[Perl-unix-users] IE6 -> Perl Cookies - Unix/Linux vs. Windows
Lingtren.com wrote:
> Got a little problem- posted it on other mailing lists but no
> replies. I'm trying to set a cookie using Perl(5.6) on Apache
> Linux but IE6 doesn't accept it.
Well, I think that Perl-Win32-Web would be the proper list. But first,
you're going to have to be specific and show the code you're trying to get
to work. Are you using CGI.pm? CGI::Cookie? Another cookie module? Raw http
header munging? There's no reason why it shouldn't work, if done properly.
Neither the perl version nor OS have anything to do with it, really.
--
Mark Thomas Thomas.Mark@[...].gov
Internet Systems Architect User Technology Associates, Inc.
$_=q;KvtuyboopuifeyQQfeemyibdlfee;; y.e.s. ;y+B-x+A-w+s; ;y;y; ;;print;;
> -----Original Message-----
> From: Lingtren.com [mailto:mail@[...].com]
> Sent: Wednesday, April 16, 2003 3:29 PM
> To: perl-unix-users@[...].com
> Subject: [Perl-unix-users] IE6 -> Perl Cookies - Unix/Linux
> vs. Windows
>
>
> Hi
>
> Got a little problem- posted it on other mailing lists but no
> replies. I'm trying to set a cookie using Perl(5.6) on Apache
> Linux but IE6 doesn't
> accept it. I tried the same script using Perl(5.8) on IIS
> Windows and here IE6
> does accept the cookie. I would like to think this is because
> of the Perl
> version but I'm not sure. Any ideas why this may be... ?
>
> Thanks,
> Bart
>
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ~~~~~~~~~~~~~~
> http://WWW.ADVENTUREFORUM.NET - Forum on World Travel and
> Adventure -
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ~~~~~~~~~~~~~~
> http://WWW.ADVENTUREFORUM.NET/worldfacts
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ~~~~~~~~~~~~~~
> http://WWW.ADVENTUREFORUM.NET/worldnews
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ~~~~~~~~~~~~~~
> _______________________________________________
> Perl-Unix-Users mailing list Perl-Unix-Users@[...].com
> To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
>
|