Hello,
I have a problem (who doesn't, huh). I've got 2 servers, one running
FreeBSD with Apache 1.3.14 and Embperl 1.3.0, other Linux with Apache
1.3.19 and same Embperl, only mod_perl is somewhat newer. Problem is, that
when i use $udat from FreeBSD it works perfectly and with all clients and
os'es. When I use exactly same code in Linux it will not send cookies to
NT and Mac, works fine with Win98... I call it voodoo.
Code itself looks something like this:
[$ if $udat{lid} eq '' $]
[- $sesskey = int(rand(1)*100000000) -]
[- $udat{lid} = $sesskey -]
[$ endif $]
Ie. it sends cookie when it isn't there and from NT is sends it every time
again. But NT won't create any cookies, why?
Sessions are stored in MySQL table. Between servers everything is exactly
same - config files, tables, code... Except that one of them isn't
working.
Rgds,
Viljo
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]