Click or drag to resize
CacheSessionWriteCookie Method
登录写Cookie

Namespace: Adf.Web
Assembly: Adf.Web (in Adf.Web.dll) Version: 4.1.5463.29815
Syntax
protected virtual void WriteCookie(
	long id,
	string flag
)

Parameters

id
Type: SystemInt64

[Missing <param name="id"/> documentation for "M:Adf.Web.CacheSession.WriteCookie(System.Int64,System.String)"]

flag
Type: SystemString

[Missing <param name="flag"/> documentation for "M:Adf.Web.CacheSession.WriteCookie(System.Int64,System.String)"]

See Also