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, 5535👍, 0💬
Popular Posts:
What is NullPointerException and how to handle it? When an object is not initialized, the default va...
What is the difference between strings and character arrays? A major difference is: string will have...
When should the register modifier be used? Does it really help? The register modifier hints to the c...
How do we get the current culture of the environment in windows and ASP.NET? “CultureInfo.CurrentCul. ..
How To Assign Query Results to Variables? - Oracle DBA FAQ - Working with Database Objects in PL/SQL...