whmcs

Accessing variables from two different sessions?

I have integrated WHMCS and Drupal. However, when you go to Drupal and you print_r the SESSION, you see completely different information than what you would do if you go to the WHMCS pages. So, my question is, how do I access the one's session, from the other one? I need to access it, in order to see if the user is logged in or not. ...

WHMCS htaccess to allow downloading.

With WHMCS you can't download files if using HTTPS. E.g. The following line DOES NOT WORK: https://www.mysite.com/client/dl.php?type=a&id=239&i=0 However, this works: http://www.mysite.com/client/dl.php?type=a&id=239&i=0 So, my question is, how do I add a redirect rule to the following: RewriteCond %{HTTP_HOST} !sv...