NYCPHP Meetup

NYPHP.org

[nycphp-talk] transparent session ID not working

Chris Shiflett shiflett at php.net
Mon Aug 15 19:20:46 EDT 2005


Michael Southwell wrote:
> This works perfectly unless cookies are turned off. When cookies are
> turned off, the docs say that PHP will send the SID as a get variable.

This depends on session.use_trans_sid. With it enabled, PHP will rewrite 
URLs (as necessary) according to url_rewriter.tags, which defaults to 
a=href,area=href,frame=src,input=src,form=fakeentry,fieldset=.

In other words, it's rewriting URLs in your HTML. It's not going to 
modify your calls to header() for you.

Hope that helps.

Chris

-- 
Chris Shiflett
Brain Bulb, The PHP Consultancy
http://brainbulb.com/



More information about the talk mailing list