php - Wordpress session gets lost in Mozilla Firefox -
i working wordpress template. used template page crud functionality. it's working 1 page creating problem of session. looses session in mozilla firefox. if refresh page or redirect page session automatically gets lost.. can help me wid solution.. , why on earth happening??
p.s: particular page working in chrome,safari , ie i.e doesnt loose session.
thanks!
this issue because of mozilla's cache management
actually thing wp create meta tag next , prev. link , create performance batter mozilla preload next post might issue facing seek below code might help resolve issue
remove_action('wp_head', 'adjacent_posts_rel_link_wp_head');
add above line in functions.php file , might solve issue
php wordpress session firefox
No comments:
Post a Comment