Click here to Skip to main content
16,005,222 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: validation Pin
Sathesh Sakthivel26-Jun-07 4:21
Sathesh Sakthivel26-Jun-07 4:21 
GeneralRe: validation Pin
A kamath26-Jun-07 4:56
A kamath26-Jun-07 4:56 
GeneralRe: validation Pin
Sathesh Sakthivel26-Jun-07 18:12
Sathesh Sakthivel26-Jun-07 18:12 
QuestionActive Directory Pin
Jayesh Talsaniya26-Jun-07 0:21
Jayesh Talsaniya26-Jun-07 0:21 
QuestionSession asp.net Pin
AnhTin25-Jun-07 23:24
AnhTin25-Jun-07 23:24 
AnswerRe: Session asp.net Pin
Fred_Smith25-Jun-07 23:50
Fred_Smith25-Jun-07 23:50 
GeneralRe: Session asp.net Pin
AnhTin26-Jun-07 15:44
AnhTin26-Jun-07 15:44 
GeneralRe: Session asp.net Pin
Fred_Smith26-Jun-07 21:55
Fred_Smith26-Jun-07 21:55 
Yes, the session data is stored on the server. Part of that data is a unique SessionID which is assigned by the server at the start of each new session. This (and only this) is stored on both the server and the client - though only temporarily in the form of a non-persistent cookie - and is passed back and forth between the two. This allows the server to know which session it is dealing with each time a page request comes in, and to serve up the rest of the apprpriate session data (eg your datatable)

I would stress again though that you really should not get in the practice of storing such large amounts of data in your session object. You might get away witrh it for really small sites (ie sites with very few hits, or users) but if/when your site gets busy you are asking for trouble. Try to find an alternatiove solution.

Fred
AnswerRe: Session asp.net Pin
Manas Bhardwaj26-Jun-07 0:14
professionalManas Bhardwaj26-Jun-07 0:14 
AnswerRe: Session asp.net Pin
Sandeep Akhare26-Jun-07 1:21
Sandeep Akhare26-Jun-07 1:21 
AnswerRe: Session asp.net Pin
Vasudevan Deepak Kumar26-Jun-07 1:37
Vasudevan Deepak Kumar26-Jun-07 1:37 
QuestionGrid View Column Pin
Senseicads25-Jun-07 23:17
Senseicads25-Jun-07 23:17 
AnswerRe: Grid View Column Pin
Fred_Smith25-Jun-07 23:37
Fred_Smith25-Jun-07 23:37 
QuestionRSS Reader/ Writer Pin
wEb GuRu...25-Jun-07 22:34
wEb GuRu...25-Jun-07 22:34 
AnswerRe: RSS Reader/ Writer Pin
RepliCrux26-Jun-07 1:16
RepliCrux26-Jun-07 1:16 
AnswerRe: RSS Reader/ Writer Pin
RepliCrux26-Jun-07 1:18
RepliCrux26-Jun-07 1:18 
Questioncrystal report export button does not work Pin
rkherath25-Jun-07 22:00
rkherath25-Jun-07 22:00 
Questionhow to use custom validator at client side Pin
Hemant Garg25-Jun-07 21:10
Hemant Garg25-Jun-07 21:10 
AnswerRe: how to use custom validator at client side Pin
Viral Upadhyay25-Jun-07 21:26
Viral Upadhyay25-Jun-07 21:26 
QuestionGUI Problem..Displaying correctly in IE BUT problem in Mozilla Pin
goutham.sriharsha25-Jun-07 20:56
goutham.sriharsha25-Jun-07 20:56 
AnswerRe: GUI Problem..Displaying correctly in IE BUT problem in Mozilla Pin
SHatchard26-Jun-07 0:33
SHatchard26-Jun-07 0:33 
AnswerRe: GUI Problem..Displaying correctly in IE BUT problem in Mozilla Pin
Guffa26-Jun-07 2:20
Guffa26-Jun-07 2:20 
QuestionStranger in AJAX. [modified] Pin
mohantfor.net25-Jun-07 20:30
mohantfor.net25-Jun-07 20:30 
AnswerRe: Stranger in AJAX. Pin
Viral Upadhyay25-Jun-07 21:29
Viral Upadhyay25-Jun-07 21:29 
GeneralRe: Stranger in AJAX. Pin
mohantfor.net25-Jun-07 21:34
mohantfor.net25-Jun-07 21:34 

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.