Hi All,
I would like to know about what session id and cookie does with the request from the client to the server?
As per my understating, Session id is created by the server to the client for any new session intiated by client.
Cookie is also a small data in HTTP header from server to client to store the session information.
Correct me if I'm wrong.
Regards,
Thiyagu..