|
|
爱喝酒的白开水 · 香港投資者識別碼制度· 2 月前 · |
|
|
道上混的鸡蛋 · 曝光!5起虚假违法广告典型案例_北京市市场监 ...· 2 月前 · |
|
|
重感情的饭卡 · 知识产权专辑 | ...· 4 月前 · |
|
|
痴情的数据线 · 东阳光:与中际旭创成立合资公司,强强联合剑指 ...· 8 月前 · |
|
|
健壮的排球 · 中共湘潭市委办公室关于公开选调文秘人员考试的 ...· 1 年前 · |
JournalDev
DigitalOcean Employee
•
September 4, 2021
if cookies are not disabled, you won’t see jsessionid in the URL because Servlet Session API will use cookies in that case. >> shouldn’t that be “if cookies are disabled, you won’t see jsessionid in the URL…”?- abs
JournalDev
DigitalOcean Employee
•
May 24, 2020
Hi Pankaj, Great article! Im working on session management for one my projects. I have one issue regarding the session for subsequent requests. The problem I am facing is I am creating the session in for endpoint in backend and setting a attribute in that session. But when I’m hitting the next subsequent endpoints I am not able to fetch the same session. I can see both session I’d and jsession id in the frontend. But somehow I’m not able to get it in the backend. Having said that the same implementation for login endpoint the session is successfully fetched for subsequent calls. Also when I’m hitting from postman I’m getting the session in the subsequent requests but when I try it from browser it won’t work. Any idea what could I be possibly missing here? Thanks.- Chaitresh Naik
JournalDev
DigitalOcean Employee
•
May 4, 2020
excellent article … As i m trying to understand what session is? And thanks for the use case.- praneeth
JournalDev
DigitalOcean Employee
•
November 7, 2019
Really very good and useful article- Ghulam Murtaza
JournalDev
DigitalOcean Employee
•
April 13, 2019
Thanks for this helpful material- usman
JournalDev
DigitalOcean Employee
•
December 19, 2018
Hi, Pankaj. Your tutorials are very amazing! Can you tell me how you learn it, which books or documentation that you have read ? thank you so much!- thuong pham
JournalDev
DigitalOcean Employee
•
June 2, 2018
Can you explain the difference between encodeURL and encodeRedirectURL. In my experiment, encodeRedirectURL in LoginServlet.java will append the session id into URL even if cookies are abled.- suxin
JournalDev
DigitalOcean Employee
•
February 16, 2018
I am new to session management, but my question is, why we have used Cookie[] ?- rajesh
JournalDev
DigitalOcean Employee
•
December 29, 2017
i was totally unaware of JSESSIONID, you should have explained it better. Thanks anyway. great job.- Arun SIngh