Hello,
I'm working on my first Perl project. Most of my cgi programs work ok,
but a look at the apache error log reveals this warning which is clear
to me:
Variable "$xy" will not stay shared at /data/www/cgi-perl/envir.pl line
19. [Wed Jul 16 11:44:57 2003] [error] Undefined subroutine
&Apache
Could you tell us how to do that?
I've seen that the cookie is returned by the browsers in the HTTP_COOKIE
environment variable in the form:
HTTP_COOKIE=cookie_name=cookie_value;next_cookie_name=next_cookie_value; but
no expiration date is sent.
I don't think the CGI module is able to find the ex
On Tue, 15 Jul 2003 at 17:30, Anshuman Kanwar opined:
[snip]
AK:So it sees the filename but not the data itself. Problem is that I want to
AK:save the Jpg pictures in some other files and the
AK:"BOTZSERIAL=00:02:D3:00:01:01" type info in some other file, but I am not
AK:seeing the binary (jpg) da
read 'perldoc cgi', go to the http cookies section. you can retrieve a
cookie into a hash which will include the exp date.
HTH
Jim
-Original Message-
From: Sawsan Sarandah [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 16, 2003 12:44 AM
To: [EMAIL PROTECTED]
Subject: Retrieving cookie e
No, the expiration date is not sent by the browsers back to the server.
The browser only checks if the cookie is not expired, and if it is not, it
sends it, otherwise it doesn't.
Teddy,
Teddy's Center: http://teddy.fcc.ro/
Email: [EMAIL PROTECTED]
- Original Message -
From: "Sawsan Sarand