one more thing
i have tried to add this to an older version of the enfold theme – and for whatever reason i’m not able to get the phpsessid to stop creating a session. We are able to do this with no issue on the latest version. is there a version at which this would start to function?
add_theme_support(‘avia_no_session_support’);
Many thanks for the replies.
the issue is that when a phpsesid is created it triggers our caching to be bypassed. To preserve breadcrumbs wouldn’t be enough benefit to essentially have caching disabled on the site.
Do you have any other solutions? I guess I’m not familiar enough with the way you are setting the breadcrumbs to know why they would be different per user. I suppose you are suggesting that the breadcrumb structure is dynamic based on the users’s path – but my preference would be to have static breadcrumbs anyway.
So I guess I’m asking, does the below avoid us from setting sessions?
add_theme_support(‘avia_no_session_support’);
And then you mentioned breadcrumbs having issues with this disabled, what sort of issues?
Many thanks for the reply.
Cory