[thelist] Session Variables are Getting Assassinated :-\

Scott Dexter sgd at ti3.com
Thu Feb 27 16:52:01 CST 2003


Is this all happening on the same page or after successive requests?
More details, please



Rob Smith wrote on Thursday, February 27, 2003 4:37 PM:
> 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") =



More information about the thelist mailing list