unread
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
unread
Hi,
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