php - Receive info regarding the amount of cookies created by other domain -


user visit site , type input address of site. jquery send ajax request php script , now: how php script can check amount of cookies domain creates (domain input) ?

thanks help.

you need check headers of connection create server website. every cookie header starting with:

set-cookie: ...

you can use of curl in php , curlopt_nobody. the user manual here.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Socket.connect doesn't throw exception in Android -

iphone - How do I keep MDScrollView from truncating my row headers and making my cells look bad? -