metaregistrar / php-epp-client

Object-oriented PHP EPP Client
https://www.metaregistrar.com/docs/
MIT License
214 stars 156 forks source link

the EPP Login status can cache? #109

Closed quyunet closed 6 years ago

quyunet commented 6 years ago

dear support:

hello, the EPP Login status can cache? how to set?

metaregistrar commented 6 years ago

With EPP you setup a session - as long as you do not log out, you are logged in.

If u use $conn = new eppConnection('');

As long as $conn is valid and your are not logged-out, you can use $conn to make additional requests.