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

C#

 
GeneralRe: Asynchronous Web Service Calls from Client Application Pin
Pete O'Hanlon25-Oct-07 1:05
mvePete O'Hanlon25-Oct-07 1:05 
QuestionHow to compare two nodes?? Pin
Sri_346424-Oct-07 23:02
Sri_346424-Oct-07 23:02 
AnswerRe: How to compare two nodes?? Pin
Christian Graus24-Oct-07 23:34
protectorChristian Graus24-Oct-07 23:34 
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 
SessionID is generated in RAM on the Webserver and It is not a persistent property. It is unique at the time is it created.but not guaranteed to be unique. Cool | :cool:
Same SessionID might be used again after your Web server has been restarted. This means that you shouldn't attempt to track the same user over time by using her SessionID. Cool | :cool:


Best Regards
-----------------
Abhijit Jana
View My CodeProject Articles

"Success is Journey it's not a destination"

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 
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 

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.