[Phplib-users] porting cookie-only session to session4
Brought to you by:
nhruby,
richardarcher
From: Giancarlo <gia...@na...> - 2002-09-23 12:42:55
|
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 |