Hey everybody,I got the following problem to submit to you all :
it seems the sessionScope object is not reseted on user login / logout.
Wether i do a complete refresh of the whole xpage or not doesnt change anything to this behaviour.
Is this the way it is meant to work? I thought sessionScope was related to userSession. From what i see, it seems more related to the opening of the application in a browser.
I may be wrong, but this looks like a serious bug to me.
the XPAGE app. i work on is heavily relying on sessionScope object to store values like tags cloud status, categories cloud status, and so on. We need sessionScope cleared on login/logout.
This problem is same wether i give anonymous access to my db or not.
I tried to call sessionScope.clear() on login as a workaround, but it doesnt work. i get a server error saying there is no such fonction.
Help would be much appreciated. This looks like a security hole to me.
Thanks.
Luc.