|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-08-14 12:34 UTC] hholzgra@php.net
[2000-10-23 06:14 UTC] hholzgra@php.net
[2001-05-07 10:59 UTC] derick@php.net
[2010-11-19 00:10 UTC] jani@php.net
-Summary: --enable-trans-sid modification
request
+Summary: Transparent session id modification
request
-Package: Feature/Change Request
+Package: Session related
-Operating System: FreeBSD
+Operating System: *
-PHP Version: 4.0.1pl2
+PHP Version: *
[2012-03-31 06:33 UTC] yohgaki@php.net
[2012-03-31 06:33 UTC] yohgaki@php.net
-Status: Assigned
+Status: Wont fix
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 14:00:01 2025 UTC |
It would be nice to be able to compile PHP4 with --enable-trans-sid and have the added flexibility in the php.ini file to control which extensions are appended with the sid. For example, my site uses global navigation include files that use relative links to static html pages. I can either turn on the --enable-trans-sid and make new include files or turn off --enable-trans-sid and manually put in the <?=SID?> where I need it. I want the best of both worlds!! It would be cool if in the php.ini file I could designate that only hrefs with .php extensions are appended or multiples ("php, html") to be appended. --enable-trans-sid is a really cool feature but this would allow it to be more usable. Thanks, Steve Douville douville@jps.net