[thelist] Session Variables are Getting Assassinated :-\

Rob Smith rob.smith at THERMON.com
Thu Feb 27 16:38:00 CST 2003


Ok here's a weird one for all you ASP fans out there.

	session("city") = "San Francisco"
then
	session("city") = "Austin"
then
	session("city") = "Chicago"
then
	session("city") = "Tampa"
but when I try to reset it to
	session("city") = "San Francisco"
I actually get:
	session("city") =
from that point on any attempt at setting
	session("city") = something gets nothing. feels like session("city")
gets corrupted.

Why are my session variables getting assassinated when they see an old
friends?

Rob.Smith



More information about the thelist mailing list