ID: 16639 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: Feature/Change Request Operating System: Linux 2.4.17 (self compiled) PHP Version: 4.1.2 New Comment:
1) you know about the SID constant? this will make the manual solution shorter/more readable <META HTTP-EQUIV="Refresh" CONTENT="3;URL=index.php?<?=SID?>">"; 2) adding "meta=content" to url_rewrite.tags might help (untested) url_rewriter.tags = "a=href,...,meta=content" Previous Comments: ------------------------------------------------------------------------ [2002-04-16 12:41:19] [EMAIL PROTECTED] If you use am meta tag like <META HTTP-EQUIV="Refresh" CONTENT="3;URL=index.php">"; to go to a new page, the active session id will not be transmitted. I had to use <META HTTP-EQUIV="Refresh" CONTENT="3;URL=index.php?PHPSESSID="<? session_id() ?>">"; to transfer the session manualy would be nice to include this for session_trans_sid ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=16639&edit=1