1- I created a website, The site is running on the public instance but
is need a user and password to acces the pages, After logging I want to
logout the website? is there a way to do this? A interface button or the
only way to leaving the session is closing the browser ?
Create a custom JSP or servlet that issues 'session.invalidate()' (see
J2EE docs). Then link to it via your custom made button, link or
whatever.
Thomas are you sure this is all that is needed?
I presumed that the login-information is stored in session the JSP
session-scope. Not sure how else it could be done.
----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/magnolia/developer.html
----------------------------------------------------------------