Lenin Meza Posted December 15, 2009 Share Posted December 15, 2009 Hi,i need to get the cookie when the user is logged in, like:https://www.tenisyzapatos.com/index.phpand 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 More sharing options...
Lenin Meza Posted December 17, 2009 Author Share Posted December 17, 2009 or do you know if this information is in this site?I don't know how to find that information!! Link to comment Share on other sites More sharing options...
guardiola86 Posted July 21, 2014 Share Posted July 21, 2014 Did you find any solution? I'm struggling with the same issue. Link to comment Share on other sites More sharing options...
vekia Posted July 22, 2014 Share Posted July 22, 2014 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! Link to comment Share on other sites More sharing options...
guardiola86 Posted July 23, 2014 Share Posted July 23, 2014 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 More sharing options...
vekia Posted July 23, 2014 Share Posted July 23, 2014 sadly, there is no documentation about that part of code you have to analyse authentication.php controller code (controllers/authentication.php) Link to comment Share on other sites More sharing options...
Recommended Posts