RE: Debugging tips: Re: Cookies stopped working

2001-11-01 Thread Kirk W. Batzer
ne and running the script, it appears to be working correctly. Thank-you for your input. Kirk W. Batzer [EMAIL PROTECTED] -Original Message- From: Curtis Poe [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 31, 2001 12:34 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: [EMAIL PROTECTE

Debugging tips: Re: Cookies stopped working

2001-10-31 Thread Curtis Poe
--- "Kirk W. Batzer" <[EMAIL PROTECTED]> wrote: > I'm attempting to port a perl CGI application > from: "perl, 5.005_02 built for 3446-svr4.0" > to:"perl, v5.6.1 built for sun4-solaris" > > The application uses "cookies" to maintain "state" information. The > following code is successfully

Re: Cookies stopped working

2001-10-31 Thread MARCOS LABORDE
Hi there, Your code looks OK...but first I'd tie the -NAME key to => $your_true_reference and also eliminate the comma after the $user value. It should work that way. Good luck. Marcos >>> "Kirk W. Batzer" <[EMAIL PROTECTED]> 10/30/01 10:38PM >>> I'm attempting to port a perl CGI applicati

Cookies stopped working

2001-10-30 Thread Kirk W. Batzer
I'm attempting to port a perl CGI application from: "perl, 5.005_02 built for 3446-svr4.0" to:"perl, v5.6.1 built for sun4-solaris" The application uses "cookies" to maintain "state" information. The following code is successfully creating and using cookies in the perl 5.5 , but failing to