Click here to Skip to main content
15,905,912 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Making Forum in asp.net Pin
Ashfield7-Dec-09 1:23
Ashfield7-Dec-09 1:23 
QuestionGetting cell values for selected rows in server side Pin
NK76-Dec-09 18:19
NK76-Dec-09 18:19 
AnswerRe: Getting cell values for selected rows in server side Pin
Nishant Singh6-Dec-09 19:35
Nishant Singh6-Dec-09 19:35 
GeneralRe: Getting cell values for selected rows in server side Pin
NK77-Dec-09 23:34
NK77-Dec-09 23:34 
QuestionWhat exactly Difference between Application and Session ? Pin
satyamzen6-Dec-09 14:47
satyamzen6-Dec-09 14:47 
AnswerRe: What exactly Difference between Application and Session ? Pin
Dennis Dykstra6-Dec-09 16:23
Dennis Dykstra6-Dec-09 16:23 
AnswerRe: What exactly Difference between Application and Session ? Pin
Abhijit Jana6-Dec-09 16:48
professionalAbhijit Jana6-Dec-09 16:48 
AnswerRe: What exactly Difference between Application and Session ? Pin
Dinesh Mani6-Dec-09 20:30
Dinesh Mani6-Dec-09 20:30 
The simplest answer to that question would be that an Application or variables in Application state are initialized when the application receives the first user request. Data in the application state is common to all users. Application variables generally get recycled during Application Pool recycling [This is my understanding, somebody please confirm!!].

Session on the other hand is user specific and starts when the server receives the first request from a user browser and ends after the user closes the browser. Each user gets a separate share of memory for his session data and hence Session variables have to be used cautiously. Also, one user can open more than one session from the same computer using different browsers, i.e. I can get two session to CP and login using 2 different logins, from IE and Firefox, simultaneously.

HTH!!
GeneralRe: What exactly Difference between Application and Session ? Pin
Abhijit Jana6-Dec-09 20:42
professionalAbhijit Jana6-Dec-09 20:42 
GeneralRe: What exactly Difference between Application and Session ? Pin
Dinesh Mani6-Dec-09 20:49
Dinesh Mani6-Dec-09 20:49 
Question[Message Deleted] Pin
Dhisni De Costa6-Dec-09 14:02
Dhisni De Costa6-Dec-09 14:02 
AnswerRe: “Publisher could not be verified” Error message Pin
Abhijit Jana6-Dec-09 18:20
professionalAbhijit Jana6-Dec-09 18:20 
GeneralRe: “Publisher could not be verified” Error message Pin
Dhisni De Costa6-Dec-09 18:32
Dhisni De Costa6-Dec-09 18:32 
QuestionDistinguishing dialup users from broadband users without javascript Pin
Dennis Dykstra6-Dec-09 8:38
Dennis Dykstra6-Dec-09 8:38 
AnswerRe: Distinguishing dialup users from broadband users without javascript Pin
Abhishek Sur6-Dec-09 10:27
professionalAbhishek Sur6-Dec-09 10:27 
GeneralRe: Distinguishing dialup users from broadband users without javascript Pin
Dennis Dykstra6-Dec-09 14:00
Dennis Dykstra6-Dec-09 14:00 
GeneralRe: Distinguishing dialup users from broadband users without javascript Pin
Abhishek Sur6-Dec-09 20:58
professionalAbhishek Sur6-Dec-09 20:58 
QuestionServing multiple ads on single ad using AdRotator Pin
Krishhhhhhhhhhhhhh6-Dec-09 8:02
Krishhhhhhhhhhhhhh6-Dec-09 8:02 
AnswerRe: Serving multiple ads on single ad using AdRotator Pin
Abhishek Sur6-Dec-09 9:16
professionalAbhishek Sur6-Dec-09 9:16 
GeneralRe: Serving multiple ads on single ad using AdRotator Pin
Krishhhhhhhhhhhhhh6-Dec-09 19:16
Krishhhhhhhhhhhhhh6-Dec-09 19:16 
GeneralRe: Serving multiple ads on single ad using AdRotator Pin
Abhishek Sur6-Dec-09 20:56
professionalAbhishek Sur6-Dec-09 20:56 
GeneralRe: Serving multiple ads on single ad using AdRotator Pin
Krishhhhhhhhhhhhhh6-Dec-09 21:58
Krishhhhhhhhhhhhhh6-Dec-09 21:58 
QuestionHelp me update product [modified] Pin
trinhitc6-Dec-09 6:08
trinhitc6-Dec-09 6:08 
AnswerRe: Help me update product Pin
Abhishek Sur6-Dec-09 8:09
professionalAbhishek Sur6-Dec-09 8:09 
AnswerRe: Help me update product Pin
Krishhhhhhhhhhhhhh6-Dec-09 8:11
Krishhhhhhhhhhhhhh6-Dec-09 8:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.