Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What is a SESSION and APPLICATION object
What is a SESSION and APPLICATION object ?
✍: Guest
Session object store information between HTTP requests for a particular user, while application object are global across users.
2007-10-24, 5542👍, 0💬
Popular Posts:
What's the output of the following program? And why? #include main() { typedef union { int a; char b...
When should the register modifier be used? Does it really help? The register modifier hints to the c...
How many types of validation controls are provided by ASP.NET ? There are six main types of validati...
What Are Data Pump Export and Import Modes? - Oracle DBA FAQ - Loading and Exporting Data Data pump ...
What are the standard ways of parsing XML document? XML parser sits in between the XML document and ...