On my default Menu template i have implemented the tag {FrontEndUsers}
So that the login form is displayed in the menu of every page that is called.
Configured cookie in the FrondEndUser Module so that the session is kept alive and user has the option to remember credentials on this computer.
User can log in fine and after login the Logout template is replacing the login template.
So fare so good.
However when user changes page,
e.g.:
From: http://www.domain/index.php?page=home-page
to: http://www.domain/index.php?page=other-page
The session appears to be no longer active.
Custom Content For user is no longer displayed
an Login form is taking the place of the Logout template.


Tried the option Menu is cacheable in Menu manager, this will result in:
User can log in fine, and after login the Logout template is replacing the login template.
So far so good
However when user logs out, the Logout template prevails and user is not able to log in again and this will replicate across al pages.
----------------------------------
CMS 1.10.3
FrontEndUsers 1.17.3
CustomContent 1.8.2
----------------------------------
Any ideas?
thanks