Hi,
I am working on a project based on cq5.5and neded to end user session on logout( donnot want user to see page when pressed back button on browser). My project uses many java files which all use different jcr session. Anyone please help me how I can manage user session (like session.invalidate in http) in CQ.
Solved! Go to Solution.
Views
Replies
Total Likes
Here is a community article that may help:
http://cqdump.wordpress.com/2013/03/18/jcr-sessions-and-cq5/
Hope this helps.
Views
Replies
Total Likes
Here is a community article that may help:
http://cqdump.wordpress.com/2013/03/18/jcr-sessions-and-cq5/
Hope this helps.
Views
Replies
Total Likes
As mentioned in the article we use different sessions for each interaction with crx. Now, in my project user logs in and home page is shown. Friom there user can navigate to different pages. But, in case of logout I am not able to end user session because I don't know how to hadle user session. As mentioned in post, my project has different java files which create jcr session and close it. I don't know how user session is maintained across the website.
Views
Replies
Total Likes