Jump to content

Accessing $_COOKIE var when hook executes


SubZeroFX

Recommended Posts

  • 2 weeks later...
On 1/29/2018 at 9:02 AM, sentq said:

WHMCS manage cookies using their own class, you need to set/get cookie values through it


<?php

WHMCS\Cookie::set("Key", "Value");

$cookieValue = WHMCS\Cookie::get("Key");

 

Where can I see all WHMCS Classes in one place and it's methods?

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated