You are viewing a plain text version of this content. The canonical link for it is here.
Posted to embperl@perl.apache.org by Gerald Richter <ri...@ecos.de> on 2000/06/30 13:33:23 UTC

Fw: Session handlihg with older browsers :((((

----- Original Message ----- 
From: Victor Sharapov <vi...@brunsweek.net>
To: <ri...@dev.ecos.de>
Sent: Friday, June 30, 2000 12:00 PM
Subject: Session handlihg with older browsers :((((


> Browser do not set HTTP_COOKIE environment.
> 
> This work fine only with IE 5.0.
> With Netcape 4.0x & 4.[67]x works only if i'm requesting a full qualified
> host name:
> http://www.domain.com , not with  http://domain.com
> With IE version < 5.0, and Netscape < 4.x does not work.
> 
> 
> <VirtualHost domain.com>
> ServerName www.domain.com
> ServerAlias domain.com
> 
> PerlSetEnv EMBPERL_COOKIE_NAME "DOMAIN_UID"
> PerlSetEnv EMBPERL_COOKIE_PATH "/"
> PerlSetEnv EMBPERL_COOKIE_DOMAIN "domain.com"
> PerlSetEnv EMBPERL_COOKIE_EXPIRES "Mon May  8 12:16:46 MSD 2002"
> 
> PerlSetEnv EMBPERL_SESSION_CLASSES "FileStore NullLocker"
> PerlSetEnv EMBPERL_SESSION_ARGS "Directory=/usr/local/apache/cookies"
> 
> PerlSetEnv EMBPERL_OBJECT_BASE base.htm
> PerlSetEnv EMBPERL_FILESMATCH "\.htm$|\.epl$"
> 
> SetHandler perl-script
> PerlHandler HTML::EmbperlObject
> Options ExecCGI
> </VirtualHost>
> 
> Best regards,Victor
> VS490-RIPE
> 
> 
>