MCPcopy Create free account
hub / github.com/acl-dev/acl / set_sid

Method set_sid

lib_acl_cpp/src/session/session.cpp:41–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41void session::set_sid(const char* sid)
42{
43 sid_.copy(sid);
44 sid_.todo_ = TODO_NUL;
45
46 // �п����Ѿ��洢�ں�� cache �������
47 if (!sid_saved_) {
48 sid_saved_ = true;
49 }
50
51 // ��������ϴε��м���
52 reset();
53}
54
55void session::reset(void)
56{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected