Click here to Skip to main content
15,909,193 members
Home / Discussions / C#
   

C#

 
QuestionANONYMUS function call(javascript error) Pin
seth.dhawal24-Oct-07 22:53
seth.dhawal24-Oct-07 22:53 
AnswerRe: ANONYMUS function call(javascript error) Pin
Christian Graus24-Oct-07 23:35
protectorChristian Graus24-Oct-07 23:35 
AnswerRe: ANONYMUS function call(javascript error) Pin
Guffa24-Oct-07 23:45
Guffa24-Oct-07 23:45 
QuestionIs Session ID Unique? Pin
Prakash_Mishra24-Oct-07 22:06
Prakash_Mishra24-Oct-07 22:06 
AnswerRe: Is Session ID Unique? Pin
Abhijit Jana24-Oct-07 22:16
professionalAbhijit Jana24-Oct-07 22:16 
GeneralRe: Is Session ID Unique? Pin
N a v a n e e t h24-Oct-07 23:15
N a v a n e e t h24-Oct-07 23:15 
GeneralRe: Is Session ID Unique? Pin
Abhijit Jana24-Oct-07 23:45
professionalAbhijit Jana24-Oct-07 23:45 
GeneralRe: Is Session ID Unique? Pin
Guffa24-Oct-07 23:49
Guffa24-Oct-07 23:49 
N a v a n e e t h wrote:
I don't think so. I think it's stored as a cookie in client machine.


It's created on the server, and also stored as a cookie on the client.

The server has to keep track of the session id:s that it has created, so that it can verify that the id exists when the client sends another reuqest.

In earlier versions of IIS, the Session object was used to keep track of session. In more recent versions, the Session object is only retained if any data has been stored in it, otherwise only the session id is retained, and a new Session object is created for every request.

---
"Anything that is in the world when you're born is normal and ordinary and is just a natural part of the way the world works. Anything that's invented between when you're fifteen and thirty-five is new and exciting and revolutionary and you can probably get a career in it. Anything invented after you're thirty-five is against the natural order of things."
-- Douglas Adams

GeneralRe: Is Session ID Unique? Pin
N a v a n e e t h25-Oct-07 0:03
N a v a n e e t h25-Oct-07 0:03 
GeneralRe: Is Session ID Unique? Pin
Guffa25-Oct-07 1:12
Guffa25-Oct-07 1:12 
GeneralRe: Is Session ID Unique? Pin
N a v a n e e t h25-Oct-07 1:23
N a v a n e e t h25-Oct-07 1:23 
AnswerRe: Is Session ID Unique? Pin
Pete O'Hanlon24-Oct-07 22:51
mvePete O'Hanlon24-Oct-07 22:51 
Questionalternative to messagebox.show() method. Pin
pekhaleyogesh24-Oct-07 21:58
pekhaleyogesh24-Oct-07 21:58 
GeneralRe: alternative to messagebox.show() method. Pin
Martin#24-Oct-07 22:14
Martin#24-Oct-07 22:14 
GeneralRe: alternative to messagebox.show() method. Pin
pekhaleyogesh24-Oct-07 22:48
pekhaleyogesh24-Oct-07 22:48 
GeneralRe: alternative to messagebox.show() method. [modified] Pin
Martin#24-Oct-07 23:25
Martin#24-Oct-07 23:25 
GeneralRe: alternative to messagebox.show() method. Pin
pekhaleyogesh24-Oct-07 23:57
pekhaleyogesh24-Oct-07 23:57 
GeneralRe: alternative to messagebox.show() method. Pin
Martin#24-Oct-07 23:59
Martin#24-Oct-07 23:59 
AnswerRe: alternative to messagebox.show() method. Pin
Christian Graus24-Oct-07 22:21
protectorChristian Graus24-Oct-07 22:21 
GeneralRe: alternative to messagebox.show() method. Pin
pekhaleyogesh24-Oct-07 22:49
pekhaleyogesh24-Oct-07 22:49 
AnswerRe: alternative to messagebox.show() method. Pin
Abhijit Jana24-Oct-07 22:31
professionalAbhijit Jana24-Oct-07 22:31 
GeneralRe: alternative to messagebox.show() method. Pin
pekhaleyogesh24-Oct-07 22:50
pekhaleyogesh24-Oct-07 22:50 
QuestionIList use in c# Pin
kanza azhar24-Oct-07 21:40
kanza azhar24-Oct-07 21:40 
AnswerRe: IList use in c# Pin
Martin#24-Oct-07 22:06
Martin#24-Oct-07 22:06 
QuestionAsynchronous Web Service Methods Pin
Neeraj Kr24-Oct-07 21:34
Neeraj Kr24-Oct-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.