Hello,
>
> in my httpd.conf File I set
>
> Embperl_Cookie_Expires "+1d"
>
> Now I detected that the Expirationdate of the Cookie is set to
> 1 day after server start. What I expected is the date set to
> 1 day after Request time (e.g. I want the Cookie to be valid
> for 24 hours )
>
> Am I mi
Hello,
in my httpd.conf File I set
Embperl_Cookie_Expires "+1d"
Now I detected that the Expirationdate of the Cookie is set to
1 day after server start. What I expected is the date set to 1 day after
Request time (e.g. I want the Cookie to be valid for 24 hours )
Am I missing something from th