1 (edited by NicKy 2006-06-23 14:34)

Topic: sid in url ? [RESOLVED]

first time i go on my website, the sid appears in the url, but once u go on another it just disappears.
any idea?

http://www.hardwebnight.com/

it seems it comes randomly

Re: sid in url ? [RESOLVED]

That isn't a PunBB issue, it's an issue with your site

3

Re: sid in url ? [RESOLVED]

Nevermind, you was right, it was my host config (my host is OVH)
You need to add this :

ini_set('session.use_trans_sid','0');
ini_set("url_rewriter.tags","");
session_start();