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

Gets a value representing whether an authenticated session has been established between the current use and the application.

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

Syntax

C#
public bool HasSession { get; }
Visual Basic (Declaration)
Public ReadOnly Property HasSession As Boolean
Visual C++
public:
virtual property bool HasSession {
	bool get () sealed;
}

Implements

IFacebookContext..::.HasSession

See Also

FacebookContextBase<(Of <(TCache, TSession>)>) Class
Facebook Namespace