[This is preliminary documentation and is subject to change.]

Gets a value representing whether an authentication session has been established between the user and the appliation.

Namespace:  Facebook
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.4.13 (0.2009.4.13)

Syntax

C#
bool HasSession { get; }
Visual Basic (Declaration)
ReadOnly Property HasSession As Boolean
Visual C++
property bool HasSession {
	bool get ();
}

See Also

IFacebookContext Interface
Facebook Namespace