Jump to content

Recommended Posts

Posted

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?

Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...