Click here to Skip to main content
15,891,976 members
Home / Discussions / Web Development
   

Web Development

 
GeneralAuthentication system and storage mediums Pin
alex.barylski4-Jan-05 10:39
alex.barylski4-Jan-05 10:39 
GeneralRe: Authentication system and storage mediums Pin
JKroschel14-Jan-05 5:08
JKroschel14-Jan-05 5:08 
GeneralHTML in VB.NET Pin
Mike Greene4-Jan-05 7:19
Mike Greene4-Jan-05 7:19 
GeneralRe: HTML in VB.NET Pin
JKroschel14-Jan-05 5:19
JKroschel14-Jan-05 5:19 
GeneralRe: HTML in VB.NET Pin
Mike Greene14-Jan-05 5:32
Mike Greene14-Jan-05 5:32 
GeneralRe: HTML in VB.NET Pin
JKroschel14-Jan-05 6:41
JKroschel14-Jan-05 6:41 
GeneralRe: HTML in VB.NET Pin
Mike Greene14-Jan-05 7:12
Mike Greene14-Jan-05 7:12 
GeneralUsing session variables in XMLHTTP (Is it possible) Pin
Mighty Booshed4-Jan-05 2:52
Mighty Booshed4-Jan-05 2:52 
Is it possible to use Session Variables in a page that will be called using XMLHTTP?

I thought this was possible but what appears to be happening is that the session is being read the first time the page is accessed/used but then this value is 'cached' (doesn't seem to be getting updated when the session changes and the same page is called by XMLHTTP again) for a different case.

Calling the page as below

var objxmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
objxmlhttp.Open("GET", sURL, false);
objxmlhttp.Send('<xml>xml');
var data = objxmlhttp.responseText;

where the sURL page contains several session variables than can change.

Any advice will be greatly appreciated and apologies for any vagueness but I'm beginning to hyper-ventilate Confused | :confused:
GeneralRe: Using session variables in XMLHTTP (Is it possible) Pin
Mighty Booshed4-Jan-05 3:45
Mighty Booshed4-Jan-05 3:45 
GeneralToolbar for IE and Firefox Pin
salzhering4-Jan-05 1:57
salzhering4-Jan-05 1:57 
GeneralRe: Toolbar for IE and Firefox Pin
raouls4-Jan-05 19:26
raouls4-Jan-05 19:26 
GeneralRe: Toolbar for IE and Firefox Pin
salzhering7-Jan-05 1:17
salzhering7-Jan-05 1:17 
GeneralRe: Toolbar for IE and Firefox Pin
raouls7-Jan-05 2:49
raouls7-Jan-05 2:49 
GeneralSimple scrollable table in HTML Pin
SteveGarrill1-Jan-05 21:48
SteveGarrill1-Jan-05 21:48 
GeneralRe: Simple scrollable table in HTML Pin
Roger Wright2-Jan-05 4:33
professionalRoger Wright2-Jan-05 4:33 
GeneralRe: Simple scrollable table in HTML Pin
JKroschel14-Jan-05 5:22
JKroschel14-Jan-05 5:22 
GeneralBeastie clock Pin
Anonymous30-Dec-04 22:48
Anonymous30-Dec-04 22:48 
Generalside by side comparision Pin
amit__830-Dec-04 20:33
amit__830-Dec-04 20:33 
Generalemail Pin
amit__830-Dec-04 20:22
amit__830-Dec-04 20:22 
GeneralRe: email Pin
Ted Ferenc30-Dec-04 21:24
Ted Ferenc30-Dec-04 21:24 
GeneralRe: email Pin
Vasudevan Deepak Kumar31-Dec-04 0:33
Vasudevan Deepak Kumar31-Dec-04 0:33 
GeneralRe: email Pin
amit__82-Jan-05 18:08
amit__82-Jan-05 18:08 
GeneralRe: email Pin
Vasudevan Deepak Kumar7-Jan-05 15:07
Vasudevan Deepak Kumar7-Jan-05 15:07 
GeneralEach frame, redirecting Pin
Samsung29-Dec-04 1:35
Samsung29-Dec-04 1:35 
GeneralRe: Each frame, redirecting Pin
JKroschel29-Dec-04 11:28
JKroschel29-Dec-04 11:28 

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.