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

Gets a reference to the FacebookHttpSession object for the current HTTP request.

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

Syntax

C#
public static FacebookHttpSession Current { get; protected internal set; }
Visual Basic (Declaration)
Public Shared Property Current As FacebookHttpSession
Visual C++
public:
static property FacebookHttpSession^ Current {
	FacebookHttpSession^ get ();
	void set (FacebookHttpSession^ value);
}

See Also

FacebookHttpSession Class
Facebook.Web Namespace