RE: Embperl_Cookie_Expires isn't relative to request

2006-03-17 Thread Gerald Richter
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

Embperl_Cookie_Expires isn't relative to request

2006-03-17 Thread Frank Wesemann
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