![]() |
| Home | Tech FAQ | Interview Questions | Placement Papers | Tech Articles | Learn | Freelance Projects | Online Testing | Geeks Talk | Job Postings | Knowledge Base | Site Search | Add/Ask Question |
![]() Related Questions • Minimizes network traffic by limiting the need for the browser and server to talk to each other • Makes for quicker loading time since HTML pages are only downloaded • Allows to run programs • 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 ... 1 What programming model is ASP based on?2 Advantages of using interfaces for data access?3 What does connection.execute,connection.open do?4 set application(”varname”)=session what happens here?5 How do you define disconnected Recordset in ASP?6 If ActiveCommand property not set in ASP what happens?7 Application_start,session_start session_end application_end Is the order important?8 What is 1 mod 2? Latest Answer : HTML is used only to create static web pages (which displays information)With the use of ASP one can create dynamic web pages,where client can communicate with the web server and vice versa. Thus using ASP interactive webpages can be created. ... Read Answers (1) | Asked by : Joseph
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||