NYCPHP Meetup

NYPHP.org

[nycphp-talk] PHPSESSID Issue

Randal Rust randalrust at gmail.com
Thu Oct 4 06:41:21 EDT 2007


I have a site where the ID keeps getting appended to the URL. So I
went in and added the following lines to my config.php file, which is
included on every page.

ini_set('session.user_only_cookies', TRUE);
ini_set('session.use_trans_sid', FALSE);

The ID still shows when I first visit the page. If I refresh, it goes away.

This is more than a little annoying. What else do I need I need to do?

-- 
Randal Rust
R.Squared Communications
www.r2communications.com



More information about the talk mailing list