in reply to Re: A value that stays a value (for some time)
in thread A value that stays a value (for some time)
I'm using normal cgi sessions. It can also be used for a added security to downloaders ; because the path changes as soon as the ip / user / "token" or "ticket" expires.
I'd need such thing as this, but based on a formula of information including an expiration value ; which is now set to 900 currently (15 minutes).
The problem is, since there is no mod_perl:
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: A value that stays a value (for some time)
by CountZero (Bishop) on Jun 18, 2006 at 21:36 UTC | |
|
Re^3: A value that stays a value (for some time)
by davido (Cardinal) on Jun 19, 2006 at 05:30 UTC |