SetItemExpireCallback
This method returns a false value to indicate that callbacks for expired sessions are not supported.
                  
Declaration
// C#
public override bool SetItemExpireCallback(SessionStateItemExpireCallback 
  expireCallback);
Parameters
- 
                        
expireCallbackThe delegate for the
Session_OnEndevent defined in theGlobal.asaxfile. 
Return Value
A false value.
                  
Remarks
This method always returns a false value to indicate that callbacks for expired sessions are not supported.