rnmcd Posted February 14, 2006 Posted February 14, 2006 Someone told me to find this code in one of my pages: ><td id="navbar_search" class="vbmenu_control"><a href="search.php" accesskey="4" rel="nofollow">$vbphrase[search]</a> <script type="text/javascript"> vbmenu_register("navbar_search"); </script></td> but the closest I can find is: ><td id="navbar_search" class="vbmenu_control"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[search]</a> <script type="text/javascript"> vbmenu_register("navbar_search"); </script></td> The only difference I can find between the two is that mine has: >$session[sessionurl_q] in the "<a href=" link. What does that do? Quote
TCH-JimE Posted February 15, 2006 Posted February 15, 2006 Hello, Without knowing where this has come from, its hard to say. However, I would hazard a guess thats its carrying a session, which is a way of websites keeping track of vistors without having to set a cookie (or they can do both) Jimuni Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.