I haven't disabled cookies. I reconfigured my browser (Netscape 7 on Mac OS X) as you suggest, and there was no notice of a cookie being sent. :-(


On Tuesday, January 21, 2003, at 01:06 AM, Gerald Richter wrote:

Is it possible that you disabled cookies? The best thing is to tell the
browser to ask whenever to set a cookie, then restart your browser and see
if the page where you access %udat send you a cookie

Gerald

-------------------------------------------------------------
Gerald Richter ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz
E-Mail: [EMAIL PROTECTED] Voice: +49 6133 925131
WWW: http://www.ecos.de Fax: +49 6133 925152
-------------------------------------------------------------

----- Original Message -----
From: "Michael Boudreau" <[EMAIL PROTECTED]>
To: "Gerald Richter" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, January 17, 2003 4:56 PM
Subject: Re: problem with %udat


At 1/17/03 08:21 AM, Gerald Richter wrote:
    % apachectl start
      [6351]SES:  Embperl Session management enabled ()
Mmmh, you should see a version number between the braces. DO you have
also
Apache::Session installed (without the ending X) ?
Apache::Session and Apache::SessionX are installed. I can run a tiny
script
that includes "use Apache::Session" and "use Apache::SessionX" and it
gives
no error messages.

ok, so Apache::SessionX installation is ok. Do you have any configuration
directives realated to sessions in your httpd.conf. If yes please send
them.
There are none.


I added [- $dbgSession=1; -] before the code which uses %udat.

Do you see any lines starting with SES in your embperl.log file?
None.

The only other thing I can think to add is that, for each attempt, I do
see
two rows added to the "sessions" table of the "session" database, but I
don't know how to interpret it:

mysql> select * from sessions where lastchanged >
'2003-01-17';

+---------------------------------- +----------------------------------------
-----------------------------------------+----------------+
| id                               |
a_session
| lastchanged    |

+---------------------------------- +----------------------------------------
-----------------------------------------+----------------+
| 6296fed74205b1cdada087a292b96482
|
| 20030117094746 |
| fa38276d2d5258b139e7fa7aa4268be7
|
| 20030117094755 |

+---------------------------------- +----------------------------------------
-----------------------------------------+----------------+
2 rows in set (0.01 sec)

mysql> VT102VT102

Notice the two "VT102" strings that appear in the mysql prompt after the
result set. Very weird.


=================================================
Michael Boudreau
Senior Electronic Publishing Developer
The University of Chicago Press
1427 E. 60th Street
Chicago, IL 60637-2954

phone: 773 753 3298
fax: 773 753 3383
=================================================



Michael R. Boudreau
Senior Electronic Publishing Developer
The University of Chicago Press
1427 E. 60th Street
Chicago, IL 60637
773-753-3298


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to