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:
Describe session handling in webform. How does it work and what are the limits?
Describe session handling in webform. How does it work and what are the limits?
✍: Guest
Session management in ASP.NET can be done in two ways:
Using Cookies
Encoding of URLs with Session ID
2014-11-05, 1606👍, 0💬
Popular Posts:
How do I debug thread ? This window is only seen when the program is running in debug mode. In windo...
How To Call a Sub Procedure? - Oracle DBA FAQ - Creating Your Own PL/SQL Procedures and Functions To...
.NET INTERVIEW QUESTIONS - Where do you specify session state mode in ASP.NET ? The following code e...
What does address of operator do in background? The AddressOf operator creates a delegate object to ...
What is page thrashing? Some operating systems (such as UNIX or Windows in enhanced mode) use virtua...