この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
Hi ,
Could anyone please let me know how to maintain Http Sessions in CQ5/AM6.0 and above versions.
Thanks in advance.
Best Regards,
Vijaya Immadisetty
解決済! 解決策の投稿を見る。
表示
返信
いいね!の合計
HTTP sessions are typically not used in AEM. JCR Sessions are used:
Here is a good community article on JCR sessions:
https://cqdump.wordpress.com/2013/03/18/jcr-sessions-and-cq5/
表示
返信
いいね!の合計
you mean to say keep session active for inactivity period of time? Can make ajax interval for regular interval [A]. What is your use case?
[A]
setInterval(function() {
makeDummyAjaxRequest();
}, 300000);
表示
返信
いいね!の合計
Please note that usually we never use sessions with AEM.
表示
返信
いいね!の合計
HTTP sessions are typically not used in AEM. JCR Sessions are used:
Here is a good community article on JCR sessions:
https://cqdump.wordpress.com/2013/03/18/jcr-sessions-and-cq5/
表示
返信
いいね!の合計
Adding to what Scott has mentioned, please have a look a the a community article to help you with the same :- http://www.wemblog.com/2014/08/how-to-use-sessions-and-resource.html
~kautuk Sahni
表示
返信
いいね!の合計