Click here to Skip to main content
15,919,749 members
Home / Discussions / Web Development
   

Web Development

 
Questionlinking the domain name Pin
dahras19-Jun-10 21:42
dahras19-Jun-10 21:42 
AnswerRe: linking the domain name Pin
DaveAuld20-Jun-10 4:24
professionalDaveAuld20-Jun-10 4:24 
GeneralRe: linking the domain name Pin
dahras20-Jun-10 6:15
dahras20-Jun-10 6:15 
GeneralRe: linking the domain name Pin
DaveAuld20-Jun-10 6:22
professionalDaveAuld20-Jun-10 6:22 
GeneralRe: linking the domain name Pin
dahras20-Jun-10 7:02
dahras20-Jun-10 7:02 
GeneralRe: linking the domain name Pin
DaveAuld20-Jun-10 7:24
professionalDaveAuld20-Jun-10 7:24 
GeneralRe: linking the domain name Pin
dahras20-Jun-10 7:28
dahras20-Jun-10 7:28 
GeneralRe: linking the domain name Pin
DaveAuld20-Jun-10 7:39
professionalDaveAuld20-Jun-10 7:39 
GeneralRe: linking the domain name Pin
dahras21-Jun-10 12:23
dahras21-Jun-10 12:23 
GeneralRe: linking the domain name Pin
dahras20-Jun-10 7:45
dahras20-Jun-10 7:45 
GeneralRe: linking the domain name Pin
dahras20-Jun-10 6:42
dahras20-Jun-10 6:42 
GeneralRe: linking the domain name Pin
DaveAuld20-Jun-10 6:55
professionalDaveAuld20-Jun-10 6:55 
GeneralRe: linking the domain name Pin
Smithers-Jones22-Jun-10 4:37
Smithers-Jones22-Jun-10 4:37 
AnswerRe: linking the domain name Pin
Dalek Dave20-Jun-10 5:14
professionalDalek Dave20-Jun-10 5:14 
QuestionHttpContext.Current.Session & HttpContext.Current.Cache questions Pin
swjam19-Jun-10 19:10
swjam19-Jun-10 19:10 
AnswerRe: HttpContext.Current.Session & HttpContext.Current.Cache questions Pin
Dimitri Witkowski20-Jun-10 3:53
Dimitri Witkowski20-Jun-10 3:53 
Session ID will be different for different browsers, why did you expect to see the same?
Session is recognized by user's cookies.
HttpContext.Current.Cache is shared across application domain (MSDN[^]). If your IIS is configured to run as web farm (it can use not one process to serve requests) - cache object will be different for each process. In any other case it is the same.
Die Energie der Welt ist konstant. Die Entropie der Welt strebt einem Maximum zu.

GeneralRe: HttpContext.Current.Session & HttpContext.Current.Cache questions [modified] Pin
swjam20-Jun-10 17:21
swjam20-Jun-10 17:21 
AnswerRe: HttpContext.Current.Session & HttpContext.Current.Cache questions Pin
Martin Jarvis12-Jul-10 8:36
Martin Jarvis12-Jul-10 8:36 
QuestionJavascript synchronous Yes-No-Cancel dialog [modified] Pin
Dimitri Witkowski18-Jun-10 9:37
Dimitri Witkowski18-Jun-10 9:37 
AnswerRe: Javascript synchronous Yes-No-Cancel dialog Pin
T M Gray18-Jun-10 11:49
T M Gray18-Jun-10 11:49 
GeneralRe: Javascript synchronous Yes-No-Cancel dialog Pin
Dimitri Witkowski18-Jun-10 19:13
Dimitri Witkowski18-Jun-10 19:13 
AnswerRe: Javascript synchronous Yes-No-Cancel dialog Pin
Jayapal Chandran21-Jun-10 7:20
Jayapal Chandran21-Jun-10 7:20 
GeneralRe: Javascript synchronous Yes-No-Cancel dialog Pin
Dimitri Witkowski21-Jun-10 7:27
Dimitri Witkowski21-Jun-10 7:27 
GeneralRe: Javascript synchronous Yes-No-Cancel dialog Pin
Coding124-Jun-10 6:41
Coding124-Jun-10 6:41 
QuestionCompatibility issue of "usedrange"property with Google Map APIs Pin
Farah Siraj18-Jun-10 8:19
Farah Siraj18-Jun-10 8:19 

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.