Online Software Educational Training - IT Tutorials - Online Education Training for Computer Software

JAVA SERVLET

Getting Session ID

Getting Session Id using getId() method

To get the session id  you have to call getId() method of response object. 

s_id  = response.getId();



Previous

Next


Home