hi
to make sure that a session variable is only xx seconds available, i found two possibilities:
void session_set_cookie_params ( int lifetime [, string path [, string domain [, bool secure]]])
ini_set("session.cookie_lifetime",...)
what are the differences? do work both? which is the better one? or are there any other (better) possibilities?
thx 4 any help
pumix