Re: [RFC] Deprecations for PHP 7.1

php.internals

Net Mo

10 years ago
I'd also deprecate anything related to passing the session id in query strings in ext/session and have it only working with cookies. session.use_cookies session.use_only_cookies url_rewriter.tags and possibly also arg_separator.* if related

Yasuo Ohgaki

10 years ago
Hi, On Wed, Feb 24, 2016 at 11:37 AM, Net Mo <netmo.php@gmail.com> wrote:
> I'd also deprecate anything related to passing the session id in query > strings in ext/session and have it only working with cookies. > > session.use_cookies > session.use_only_cookies > url_rewriter.tags > and possibly also arg_separator.* if related
These settings are mandatory for session module to work correctly. Regards,
-- Yasuo Ohgaki yohgaki@ohgaki.net