WP SESSION – Ends Very Fast
-
Hello,
I have my own PHP file in WP Theme dir.
In the beginning of the file I use this line:
require_once(rtrim($_SERVER[‘DOCUMENT_ROOT’], ‘/’) . ‘/wp-load.php’);This allows me to load Sessions. All script is finished. I did a lot of work. But just now notices, that this Session ends quite fast. I didn’t delete Session or do something like that. Why does WP close my Sessions? What to do, that these Sessions will be alive always until I will delete them? THANK YOU.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘WP SESSION – Ends Very Fast’ is closed to new replies.