![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Script does not stop when doing a read | rooseter | Shell Programming and Scripting | 7 | 11-05-2007 09:46 AM |
| how other user cannot read my script? | happyv | Shell Programming and Scripting | 19 | 10-02-2006 08:01 AM |
| SH script problem with read | pmpx | Shell Programming and Scripting | 2 | 10-05-2005 10:40 AM |
| Cant locate CGI/Cookie.pm | naik_mit | Linux | 1 | 05-26-2005 09:51 PM |
| Xlib: Invalid MIT-MAGIC-COOKIE-1 | errolg | UNIX for Dummies Questions & Answers | 1 | 07-25-2002 01:05 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
cannot use the same script to read cookie
Hi all,
I am using the following code to read a cookie. when this script is hosted on a unix server(solaris) it runs perfect. but when executed on a windows machine cannot retrieve the cookie. --------------------------------------- # Modules used use CGI; # Create an object of CGI $query = new CGI; # Request the cookie with the name MY_COOKIE $theCookie = $query->cookie('MY_COOKIE'); print "<b>$theCookie"; ------------------------------------------- any help??? thanks in advance |
|||
| Google UNIX.COM |
| Forum Sponsor | ||
|
|
| Thread Tools | |
| Display Modes | |
|
|