NewSession Method
A session value is store as a Cookie in each page, this gets a new session when the cookie is not available. It is then passed in the header when the browser requests a page and put in current_session so the page can be built using existing saved information
Namespace: Scheduler Assembly: Scheduler (in Scheduler.dll) Version: 3.0.0.0 (4.0.0.12)
Syntax
C# |
public static int NewSession() |
VB |
Public Shared Function NewSession As Integer |
Return Value
Type: Int32
See Also
functions Class
Scheduler Namespace