Jump to content

¿? Get Cookie ( or user session ) from an external page


Recommended Posts

Hi,

i need to get the cookie when the user is logged in, like:

https://www.tenisyzapatos.com/index.php

and the shop is in the directory:

https://www.tenisyzapatos.com/tienda/

how to do that?? i think i only need two vars:

var static_token = <?php echo $static_token; ?>;
var token = <?php echo $token; ?>;



But i dont know how to do that....

Please HELP ME!!

Link to comment
Share on other sites

  • 4 years later...

it's not possible to achieve that

it's due to the security

if it will be possible you will be able to stole someone facebook, twitter or even BANK account cookies!

 

I guess there has to be a single sign on, but I can't find any documentation about it.

Link to comment
Share on other sites

×
×
  • Create New...