I see that mode and fallback_mode are marked as deprecated in the session4 by
Maxim, and thus also in Joe's patch
But now php4 session has the session.use_only_cookie directive (at last!), so
we could reisert those variables and wrap the ini_set acordingly
So, if with session3 we had
mode=cookie
falllback_mode=get
we should 'ini_set' session.use_cookie
if session3 had
mode=cookie
fallback_mode=cookie
we should 'ini_set' session.use_only_cookie
I think this is important.
Gian
|