Quantcast
Channel: WHMCS Community Forums
Viewing all articles
Browse latest Browse all 13458

Session reset

$
0
0
Hi,

I have a website, where a part of it it's external to whmcs and then we use WHMCS as a invoice system.

We do the login part in the external website, creating a session as i show below:

<?php print_r($_SESSION); ?> shows

Array ( [uid] => 31 [upw] => 490817aeb34002b2b3f8a38c738b09d9e50fd6ce ....)

So before upgrading to 5.2 and doing other changes it worked correctly. But after it does not. When you arrive to a WHMCS pages, it needs to log in again.

So if i print the session again it shows:

Array ( [tkval] => O8sZkQ10UAqX [calinkupdatecc] => 0 [calinkupdatesq] => 0 [loginurlredirect] => /whmcs/submitticket.php [admloginurlredirect] => /whmcs/admin/ )

No [uid] or [upw] are in the Session, so it does not login. Seems it reset the session and create it again.

Can you please tell me if there was any change in 5.2 or what can it be causing this kind of behaviour?

Thank you very much.

Viewing all articles
Browse latest Browse all 13458

Trending Articles