Communicate the client's timezone to the server during the authentication

process and keep that information around in case the server ever wants to know.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4356 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2006-09-07 01:56:41 +00:00
parent 70854349af
commit 7379cf09db
3 changed files with 217 additions and 193 deletions
@@ -349,7 +349,7 @@ public class ClientManager
", conn=" + conn + "].");
// create a new client and stick'em in the table
client = _factory.createClient(req);
client.startSession(this, creds, conn, rsp.authdata);
client.startSession(this, req, conn, rsp.authdata);
// map their client instance
_usermap.put(username, client);