SMFHacks.com

Ad Seller Pro => Support => Topic started by: dan4ever on March 11, 2018, 07:27:49 am

Title: Session has been destroyed....????
Post by: dan4ever on March 11, 2018, 07:27:49 am
Getting this error , is it Ad Pro making this?

Code: [Select]
http://www.guldforum.se/forum/index.php?action=adpro;sa=v&id=3&l=1&m=0&t=1520770302
2: session_start(): Failed to decode session object. Session has been destroyed
Fil: /******/public_html/forum/Sources/Load.php
Rad: 2549

/Dan
Title: Re: Session has been destroyed....????
Post by: SMFHacks on March 11, 2018, 02:06:59 pm
Does it happen all the time.
Title: Re: Session has been destroyed....????
Post by: dan4ever on March 13, 2018, 07:18:39 am
It's coming every day. 5 - 10 times a day...
But with different "id=" and different "t="  (time?)

Always a "Guest" with no IP-address in the errorlog

/Dan
Title: Re: Session has been destroyed....????
Post by: SMFHacks on March 13, 2018, 10:11:58 am
Not sure what would cause that to occur the adpro system doesn't add anything to the session and only checks if stuff exists to remove
Code: [Select]
if (isset($_SESSION['login_url']))
unset($_SESSION['login_url']);

if (isset($_SESSION['old_url']))
unset($_SESSION['old_url']);