(Frederick Gavinier) wrote:
Hi,
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.
2- Is it possible to common user that must to have access only for the
webiste, change only his password ?
I doubt it, but there are some changes going on regarding this for
future version of Magnolia.
----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/magnolia/developer.html
----------------------------------------------------------------