Forum Moderators: coopster

Message Too Old, No Replies

trans_sid doesn't work for these links?

         

jackvull

9:24 am on Jul 7, 2006 (gmt 0)

10+ Year Member



I have trans_sid set to on on my server.
It seems to work for all links apart from these, e.g.
<a class='divmenu' id='subMenuAlbums3' onMouseOver='change_colour("Menu3","#97BBDF"); show("subMenuAlbums3");show("subMenuSingles3");show("subMenuEP3");'
onMouseOut='change_colourbk("Menu3","#D8D8D8"); hide("subMenuAlbums3");hide("subMenuSingles3");hide("subMenuEP3");'
href='genres.php?genre=3&albums=1'>Albums</a>

Is there any reason why a long link like that with java script would cause an issue? SHould I move the href to just after the a?

Funnily enough, it seems to work on PHP 5 on my DEV environment, just not on PHP 4 on the LIVE server.

coopster

12:16 pm on Jul 7, 2006 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Do you have session.use_trans_sid [php.net] set on in the
php.ini
configuration for the PHP4 LIVE server?
Which version of PHP4?
Did you restart Apache after making the change?