r***e 发帖数: 31 | 1 I want to enable cookie acceptance for a windows 2000 based web server, what
do I need to configure on the server side?
(I am using perl script for this site, in perl script, I need to get cookie
parameters, but always get nothing, is this something to do with my server?
how to correct this?) | s**********i 发帖数: 711 | 2
correct your scripts.
【在 r***e 的大作中提到】 : I want to enable cookie acceptance for a windows 2000 based web server, what : do I need to configure on the server side? : (I am using perl script for this site, in perl script, I need to get cookie : parameters, but always get nothing, is this something to do with my server? : how to correct this?)
| r***e 发帖数: 31 | 3 My scripts works well when sitting on a Linux server. How can you tell this is
caused by my script?
what
cookie
server?
【在 s**********i 的大作中提到】 : : correct your scripts.
| p******f 发帖数: 162 | 4
pay attention to "\r" & "\n", perl interpretes them differently on diff
platforms. Use \015 & \012 instead.
【在 r***e 的大作中提到】 : My scripts works well when sitting on a Linux server. How can you tell this is : caused by my script? : : what : cookie : server?
|
|