|
|
含蓄的显示器 · cannot be cast to ...· 4 月前 · |
|
|
魁梧的饭盒 · 令和6年度ひとり暮らし高齢者調査集計結果につ ...· 5 月前 · |
|
|
听话的帽子 · 【招聘信息】浙江华东建设工程有限公司· 7 月前 · |
|
|
焦虑的单车 · 常見問題-中華民國內政部行動自然人憑證系統· 8 月前 · |
|
|
强悍的牙膏 · AutoCAD ...· 11 月前 · |
|
|
安静的铅笔 · 花旗集团创始人:世界最大的金融机构之一,犹太 ...· 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