Hi,
I am writing a PHP Script that is connecting to the POP3 Mail account and check the mail . This works fine for me without any problem until i Start getting this Error
InUse Another Session is open.
I am using a POP3 Class that i get from this forum it self.
This POP3 Class uses the socket (fsockopen) to connect to the mail server. Than Send the User and Pass command and return server output as usual.
Now My Question is that..
How can I cancel the Other POP3 Connection. through my PHP Script. I want my script to make that session close so that it open new session from within.
Anyhelp or other work around is also a great help