Re: [PHP] Session ID in query string

2005-01-04 Thread M. Sokolewicz
Richard Lynch wrote: Sandy Keathley wrote: Using PHP 4.3.9, we have these settings: session.use_cookies = 1 session.use_only_cookies = 1 session.use_trans_sid = 0 (verified by a display of phpinfo() ) with the goal of preventing URLs with session IDs appended. That works fine, but when a page is v

Re: [PHP] Session ID in query string

2005-01-04 Thread Richard Lynch
Sandy Keathley wrote: > Using PHP 4.3.9, we have these settings: > > session.use_cookies = 1 > session.use_only_cookies = 1 > session.use_trans_sid = 0 > > (verified by a display of phpinfo() ) > > with the goal of preventing URLs with session IDs appended. That > works fine, but when a page is va