Howdy, One a session key is established between client and the server, will that key be used for any secure data transfer? An example is:- Client wants to print a document. Printer is the service/server. I am skipping AS protocol for simplication. 1) A session key has been establisges after TGS(Ticket Granting Ticket Service) has issues a ticket. 2) Client Sent its cerdentialsencrypted with its session key. 3) server verifies Clients crentials using its long term password/key and retrieves the session key. Now what will te further use os this session key? In my example, If I am sending a document for printing, will I be using my session key to send the data to be printed? At this juncture can server and Client negotiate TLS and use TLS to do data transfer? How do typical applications behave? Or is it application/service dependent? Thanks. --Payyalas