Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

saving cookie

Status
Not open for further replies.

onressy

Programmer
Mar 7, 2006
421
CA
Hi I have a website that uses a trid party software, the software places a cookie on the users machine, I was wondering if it is possible to save that cookie 9as a whole) with its elements, in a database to re-issue it to the user?

Thanks
 
That seems reasonable if you can uniquely identify each user... like if they log in on your site with username/password etc..

Another thing to know about cookies is that the browser will only send them to a server at the same domain so if your 3rd party cookies are actually coming from another domain then the browser shouldnt be sending them to you.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top