• Session _OnStart – This event will be fired when a new user begins a session with the web site. • Session_OnEnd – This event is called whenever a session terminates.
Latest Answer: • Session _OnStart – This event will be fired when a new user begins a session with the web site. • Session_OnEnd – This event is called whenever a session terminates. ...
• It informs each page what session the request belongs to when a user accesses during a session. • It retrieves all the session information stored on the server. • Cookies can persist
Latest Answer: Sessions are server side objects which travels between client and web server. Cookies will not be used/executed when the Brower settings disable the usage of cookies. We cannot retrieve or store any data in cookie if browser disables the cookie. Session ...
By setting its Expires property to any date prior to today Response.Cookies("cookie name").Expires = Date – 1.
Latest Answer: Set the expires property to any date prior to today for a Cookieeg. Response.Cookies().Expires=Date -1 ...
Controls the ASP execution environment. It can set the amount of time script can run before an error occurs. Converts a virtual path to a physical path on the server. Takes a user supplied string and
Latest Answer: Server ObjectThe ASP Server object is used to access properties and methods on the server. Its properties and methods are described below:PropertiesProperty Description ScriptTimeout Sets or returns the maximum number of seconds a script can run before ...
It allows you to access(read/write) the contents of text files stored on the web server.
Latest Answer: It allows you to access(read/write) the contents of text files stored on the web server. ...
Name it’s properties and methods?
Latest Answer: Error object is used to or store the description of the error occurs on the ASP Page. ...
An area of a web site available only to a set of registered visitors.
Latest Answer: Extranet is group of computers which are specific for a gruop may be using MAN. ...
View page << Previous 11 12 13 14 [15]

Go Top