[Phpmyadmin-devel] about transparent session ids

Marc Delisle marc at infomarc.info
Sun Dec 4 12:24:25 CET 2011


Le 2011-12-04 06:19, Marc Delisle a écrit :
> Hi,
> 
> Working on this bug [0], I noticed that when using the 'signon' auth_type
> - invalid JSON is produced
> - lots of XHTML errors can be seen with HTML Validator
> 
> However, disabling
> @ini_set('session.use_trans_sid', true);
> in libraries/session.inc.php fixes all these problems.
> 
> Doing so would require users to enable cookies in their browser but it's
> already a requirement per Documentation.html.
> 
> Opinions?
> 
> [0]
> https://sourceforge.net/tracker/?func=detail&aid=3398788&group_id=23067&atid=377408
> 

Note: the XHTML errors (but not the invalid JSON) can also be fixed by
enabling
ini_set('arg_separator.output', '&');

and I wonder why this line was disabled.


-- 
Marc Delisle
http://infomarc.info




More information about the Developers mailing list