If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
Cookie Laufzeit - Adv.Poll  XML
Forum Index » German Forum
Author Message
Helge Forstner
Beginner

Joined: 04/05/2002 21:50:12
Messages: 12
Location: Celle, Germany
Offline

Hallo, wie stelle ich die Laufzeit der Abstimmungscookies ein?

> $cookie_expire = 168; // hours

in poll_cookie.php habe ich obige Zeile auf 168 hours eingestellt = 1 Woche.

> if ($action=="vote" && (isset($HTTP_POST_VARS['option_id']) || isset
> ($HTTP_GET_VARS['option_id']))) {
> $cookie_name = "AdvancedPoll".$poll_ident;
> if (!isset($HTTP_COOKIE_VARS[$cookie_name])) {
> $endtime = time()+3600*$cookie_expire;

weiter unten habe ich obige Zeile gefunden. Wofür steht die 3600?
Stunden? Muss ich hier etwas verändern um 1 Woche Laufzeit zu bekommen?

> setcookie($cookie_name, "1", $endtime);
}
}
?>

Harry H. Forstner
Celle, Germany
[Email] [WWW]
Anonymous



3600 sind Sekunden also 1 Stunde
Helge Forstner
Beginner

Joined: 04/05/2002 21:50:12
Messages: 12
Location: Celle, Germany
Offline

Anonymous wrote:
3600 sind Sekunden also 1 Stunde


Aha, er zählt die Sekunden.

3600 * 168 = 1 Woche

Richtig?

Vielen Dank auch.

Harry H. Forstner
Celle, Germany
[Email] [WWW]
 
Forum Index » German Forum
Go to:   
Based on the open source JForum