Roxen.git/
server/
etc/
modules/
Roxen.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2000-12-04
2000-12-04 18:44:13 by Stefan Wallström <stewa@roxen.com>
52049e5d487fda08ef0bf00f9f4f58276f5b68d7 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Fixed bug that made all cookies persistent.
Rev: server/etc/modules/Roxen.pmod:1.53
1:
/*
-
* $Id: Roxen.pmod,v 1.
52
2000/12/
02
20
:
13
:
24
per
Exp $
+
* $Id: Roxen.pmod,v 1.
53
2000/12/
04
18
:
44:
13
stewa
Exp $
* * Various helper functions. *
1284:
//! information is sent to the client. This usualy results in the cookie //! being kept until the browser is exited. {
-
if( expire_time_delta = -1 )
+
if( expire_time_delta =
=
-1 )
expire_time_delta = (3600*(24*365*5)); string cookie = (http_encode_cookie( name )+"="+ http_encode_cookie( value ));