From:             [EMAIL PROTECTED]
Operating system: Linux 2.4.17 (self compiled)
PHP version:      4.1.2
PHP Bug Type:     Feature/Change Request
Bug description:  session_tras_sid will not transfer session id with meta refresh

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 bug report at http://bugs.php.net/?id=16639&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16639&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16639&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16639&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16639&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16639&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16639&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16639&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16639&r=submittedtwice

Reply via email to