[thelist] Session Variables are Getting Assassinated :-\

Rob Smith rob.smith at THERMON.com
Fri Feb 28 10:58:01 CST 2003


>Is the SBUID still on the query string? Sounds like it may be missing at
>some point

Yes the home page resets the querystring to the new region. But from my
earlier code

if (Region = "Americas" or Region = "Canada" or Region = "AsiaPac" or Region
= "Europe") then
	...do stuff...
else
      SBU = "Americas"
	session("SBUID") = "Americas" <-----------<<<
end if

even if the querystring was corrupt, it would still at least get something.
I just did a search on my entire local site for any string that did
session("SBUID") = "", but didn't find any. But somehow the session just
dies after seeing something its already seen. And there's nothing out of the
ordinary from the event logs on by the web server and my computer.

Still baffled,

Rob.Smith


<tip type="Two Handed Undo" author="Rob.Smith">
If you want to try an alternative from hitting Ctr+Z for undo, try
Alt+Backspace.
</tip>



More information about the thelist mailing list