Jump to content


Corporate Sponsors


Latest News: (loading..)

- - - - -

What is "voucher?osCsid?"


5 replies to this topic

#1 bigbob2

  • Community Member
  • 77 posts
  • Real Name:Kevin

Posted 13 January 2012, 07:18

I have a contribution installed which stores all the search results from customers. I have been looking over them and there are thousands of searches that have been performed for entries that look like the following. Some times there are many of the same entry, but most have different strings of numbers and letters:

voucher?osCsid=5b17998681471a5b0964bf3a43646db3
voucher?osCsid=987900c1f1c3df7133a6b8df96e93a4c
voucher?osCsid=a511471d2c8e8762c6c7774b5831985b
voucher?osCsid=db32768379b5a29eddeabfe1ef229eb7

What would this be? Obviously customers are not typing this in, so it is either a robot or something automated.

Any thoughts?

Kev

Edited by bigbob2, 13 January 2012, 07:21.


#2 geoffreywalton

  • Community Sponsor
  • 7,731 posts
  • Real Name:Geoffrey Walton
  • Gender:Male
  • Location:Norfolk, UK (close to the centre of the universe)

Posted 13 January 2012, 07:53

This is the "os Commerce Session ID" which is used to uniquely identify a person or bot visiting your shop.

Try this in google

site:forums.oscommerce.com session id

HTH

G
Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

Virus Threat Scanner
My Contributions
Basic install answers.
Click here for Contributions / Add Ons.
UK your site.
Site Move.
Basic design info.

For links mentioned in old answers that are no longer here follow this link Useful Threads.

If this post was useful, click the Like This button over there ======>>>>>.

#3 germ

  • Community Member
  • 13,588 posts
  • Real Name:Jim
  • Gender:Male
  • Location:USA (GMT-6)

Posted 13 January 2012, 11:28

When browsing your store the session ID should disappear from the URL after only a few clicks.

If it doesn't you have something amiss.

The most common reason for it to linger endlessly is bad cookie settings in the config file.
If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

"Headers already sent" - The definitive help

"Cannot redeclare ..." - How to find/fix it

SSL Implementation Help

Like this post? "Like" it again over there >

#4 bigbob2

  • Community Member
  • 77 posts
  • Real Name:Kevin

Posted 13 January 2012, 19:28

But can you think how this would have come to be entered in to the search box?

Kev

#5 germ

  • Community Member
  • 13,588 posts
  • Real Name:Jim
  • Gender:Male
  • Location:USA (GMT-6)

Posted 14 January 2012, 15:25

No one is typing it into the search box.

What is most likely happening is the shop is generating it and the code in the contribution is capturing it.
If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

"Headers already sent" - The definitive help

"Cannot redeclare ..." - How to find/fix it

SSL Implementation Help

Like this post? "Like" it again over there >

#6 bigbob2

  • Community Member
  • 77 posts
  • Real Name:Kevin

Posted 16 January 2012, 09:25

View Postgerm, on 14 January 2012, 15:25, said:

No one is typing it into the search box. What is most likely happening is the shop is generating it and the code in the contribution is capturing it.

Thanks Jim