Jump to content

I can see other peoples support tickets


Baniiii

Recommended Posts

  • L2 Team
54 minutes ago, Baniiii said:

I play from an internet cafe DiscoveryArena and after I log into my account I see other peoples support tickets . I can make u a video or screen shot if you need just tell me. 

Can you please contact support about this issue if you have not already?

Thank You!

Link to comment
Share on other sites

@Juji I got the same bug. When I logout & relog with another account, I actually see the tickets of both accounts.

As @Slycutter suggested, it is important from NC point of view to remove cookies once you logout.

PHP code:

session_destroy();
//setcookie("PHPSESSID","",time()-3600);

As simple as it could be to be implemented into the website code.

Link to comment
Share on other sites

×
×
  • Create New...